Html Css Color HEX #AA6F42 Bourbon

📋 copy color: '#AA6F42'

red 170 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #AA6F42

Tints of Bourbon #AA6F42

RGB

 RED value IS 170 (66.8% from 255) = 48.99%

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 48.99%
G = 31.99%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6F42 (or 0xAA6F42) is known color: Bourbon. HEX triplet: AA, 6F and 42. RGB value is (170,111,66). Sum of RGB (Red+Green+Blue) = 170+111+66=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F42 is #5590BD. Grayscale: #7B7B7B. Windows color (decimal): -5607614 or 4353962. OLE color: 4353962.

HSL color Cylindrical-coordinate representation of color #AA6F42: hue angle of 25.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6F42 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 111 66 -
CMYK 0 0.35 0.61 0.33
HSL 25.96º 0.44% 0.46% -
HSV(B) 25.96º 0.61% 0.67% -
XYZ 23.25 20.31 7.85 -
YUV 123.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 170 111 66 0 0.35 0.61 0.33 25.96 0.44 0.46
Hex AA 6F 42 0 23 3D 21 1A 2C 2E
Octal 252 157 102 0 43 75 41 32 54 56
Binary 10101010 1101111 1000010 0 100011 111101 100001 11010 101100 101110

Color Harmonies of #AA6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F42

Black with #AA6F42

Text Example


Text Example

White with #AA6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F42; }

 p { color: rgb(170,111,66); }

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

background-color css

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

 a { background-color: rgb(170,111,66); }

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

border-color css

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

 span { border-color: rgb(170,111,66); }

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