Html Css Color HEX #AA7842 Bourbon

📋 copy color: '#AA7842'

red 170 ◦ green 120 ◦ blue 66

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

Shades of Bourbon #AA7842

Tints of Bourbon #AA7842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

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

R = 47.75%
G = 33.71%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7842 (or 0xAA7842) is known color: Bourbon. HEX triplet: AA, 78 and 42. RGB value is (170,120,66). Sum of RGB (Red+Green+Blue) = 170+120+66=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7842 is #5587BD. Grayscale: #818181. Windows color (decimal): -5605310 or 4356266. OLE color: 4356266.

HSL color Cylindrical-coordinate representation of color #AA7842: hue angle of 31.15º 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 #AA7842 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 66 -
CMYK 0 0.29 0.61 0.33
HSL 31.15º 0.44% 0.46% -
HSV(B) 31.15º 0.61% 0.67% -
XYZ 24.28 22.37 8.19 -
YUV 128.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 170 120 66 0 0.29 0.61 0.33 31.15 0.44 0.46
Hex AA 78 42 0 1D 3D 21 1F 2C 2E
Octal 252 170 102 0 35 75 41 37 54 56
Binary 10101010 1111000 1000010 0 11101 111101 100001 11111 101100 101110

Color Harmonies of #AA7842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7842

Black with #AA7842

Text Example


Text Example

White with #AA7842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7842; }

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

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

background-color css

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

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

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

border-color css

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

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

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