Html Css Color HEX #A17042 Bourbon

📋 copy color: '#A17042'

red 161 ◦ green 112 ◦ blue 66

#A17042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #A17042

Tints of Bourbon #A17042

RGB

 RED value IS 161 (63.28% from 255) = 47.49%

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 47.49%
G = 33.04%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A17042 (or 0xA17042) is known color: Bourbon. HEX triplet: A1, 70 and 42. RGB value is (161,112,66). Sum of RGB (Red+Green+Blue) = 161+112+66=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A17042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17042 is #5E8FBD. Grayscale: #797979. Windows color (decimal): -6197182 or 4354209. OLE color: 4354209.

HSL color Cylindrical-coordinate representation of color #A17042: hue angle of 29.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A17042 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 66 -
CMYK 0 0.30 0.59 0.37
HSL 29.05º 0.42% 0.45% -
HSV(B) 29.05º 0.59% 0.63% -
XYZ 21.48 19.56 7.8 -
YUV 121.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 161 112 66 0 0.30 0.59 0.37 29.05 0.42 0.45
Hex A1 70 42 0 1E 3B 25 1D 2A 2D
Octal 241 160 102 0 36 73 45 35 52 55
Binary 10100001 1110000 1000010 0 11110 111011 100101 11101 101010 101101

Color Harmonies of #A17042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17042

Black with #A17042

Text Example


Text Example

White with #A17042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17042; }

 p { color: rgb(161,112,66); }

 H1.HeaderClassName
 {
   color: #A17042;
 }
 .AnyTagClassName
 {
   color: #A17042;
 }
</style>

background-color css

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

 a { background-color: rgb(161,112,66); }

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

border-color css

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

 span { border-color: rgb(161,112,66); }

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