#a92f2c

Color #A92F2C Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A92F2C

Tints of Brown #A92F2C

Color information

#A92F2C (or 0xA92F2C) is unknown color: approx Brown. HEX triplet: A9, 2F and 2C. RGB value is (169,47,44). Sum of RGB (Red+Green+Blue) = 169+47+44=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92F2C is #56D0D3. Grayscale: #535353. Windows color (decimal): -5689556 or 2895785. OLE color: 2895785.

HSL color Cylindrical-coordinate representation of color #A92F2C: hue angle of 1.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92F2C is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1694744-
CMYK00.720.740.34
HSL1.44º58.69%41.76%-
HSV(B)1.44º73.96%66.27%-
XYZ17.8310.653.5-
YUV83.14105.92189.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 65%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=65%
G=18.08%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169474400.720.740.341.4458.6941.76
HexA92F2C0484A2213b2a
Octal251575401101124217352
Binary101010011011111011000100100010010101000101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92f2c; }

 p { color: rgb(169,47,44); }

 H1.HeaderClassName
 {
   color: #a92f2c;
 }
 .AnyTagClassName
 {
   color: #a92f2c;
 }
</style>
background-color css

<style>
 a { background-color: #a92f2c; }

 a { background-color: rgb(169,47,44); }

 div.DivClassName
 {
   background-color: #a92f2c;
 }
 .BgClassName
 {
   background-color: #a92f2c;
 }
</style>
border-color css

<style>
 span { border-color: #a92f2c; }

 span { border-color: rgb(169,47,44); }

 td.TdClassName
 {
   border-color: #a92f2c;
 }
 .TagClassName
 {
   border-color: #a92f2c;
 }
</style>