Html Css Color HEX #A17442 Bourbon

📋 copy color: '#A17442'

red 161 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #A17442

Tints of Bourbon #A17442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 46.94%
G = 33.82%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A17442 (or 0xA17442) is known color: Bourbon. HEX triplet: A1, 74 and 42. RGB value is (161,116,66). Sum of RGB (Red+Green+Blue) = 161+116+66=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A17442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17442 is #5E8BBD. Grayscale: #7C7C7C. Windows color (decimal): -6196158 or 4355233. OLE color: 4355233.

HSL color Cylindrical-coordinate representation of color #A17442: hue angle of 31.58º 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 #A17442 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 66 -
CMYK 0 0.28 0.59 0.37
HSL 31.58º 0.42% 0.45% -
HSV(B) 31.58º 0.59% 0.63% -
XYZ 21.93 20.46 7.95 -
YUV 123.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 161 116 66 0 0.28 0.59 0.37 31.58 0.42 0.45
Hex A1 74 42 0 1C 3B 25 20 2A 2D
Octal 241 164 102 0 34 73 45 40 52 55
Binary 10100001 1110100 1000010 0 11100 111011 100101 100000 101010 101101

Color Harmonies of #A17442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17442

Black with #A17442

Text Example


Text Example

White with #A17442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17442; }

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

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

background-color css

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

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

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

border-color css

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

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

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