#A42D17

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

Shades of Brown #A42D17

Tints of Brown #A42D17

Color information

#A42D17 (or 0xA42D17) is unknown color: approx Brown. HEX triplet: A4, 2D and 17. RGB value is (164,45,23). Sum of RGB (Red+Green+Blue) = 164+45+23=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D17 is #5BD2E8. Grayscale: #4E4E4E. Windows color (decimal): -6017769 or 1519012. OLE color: 1519012.

HSL color Cylindrical-coordinate representation of color #A42D17: hue angle of 9.36º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A42D17 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1644523-
CMYK00.730.860.36
HSL9.36º75.4%36.67%-
HSV(B)9.36º85.98%64.31%-
XYZ16.49.831.84-
YUV78.0796.92189.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.69%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 23 (9.38% from 255) = 9.91%
R=70.69%
G=19.40%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164452300.730.860.369.3675.436.67
HexA42D17049562494b25
Octal24455270111126441111345
Binary101001001011011011101001001101011010010010011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D17; }

 p { color: rgb(164,45,23); }

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

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

 a { background-color: rgb(164,45,23); }

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

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

 span { border-color: rgb(164,45,23); }

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