Html Css Color HEX #AA7942 Bourbon

📋 copy color: '#AA7942'

red 170 ◦ green 121 ◦ blue 66

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

Shades of Bourbon #AA7942

Tints of Bourbon #AA7942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 47.62%
G = 33.89%
B = 18.49%

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

#AA7942 (or 0xAA7942) is known color: Bourbon. HEX triplet: AA, 79 and 42. RGB value is (170,121,66). Sum of RGB (Red+Green+Blue) = 170+121+66=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7942 is #5586BD. Grayscale: #818181. Windows color (decimal): -5605054 or 4356522. OLE color: 4356522.

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

Color convert

RGB 170 121 66 -
CMYK 0 0.29 0.61 0.33
HSL 31.73º 0.44% 0.46% -
HSV(B) 31.73º 0.61% 0.67% -
XYZ 24.4 22.61 8.23 -
YUV 129.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 170 121 66 0 0.29 0.61 0.33 31.73 0.44 0.46
Hex AA 79 42 0 1D 3D 21 20 2C 2E
Octal 252 171 102 0 35 75 41 40 54 56
Binary 10101010 1111001 1000010 0 11101 111101 100001 100000 101100 101110

Color Harmonies of #AA7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7942

Black with #AA7942

Text Example


Text Example

White with #AA7942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7942; }

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

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

background-color css

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

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

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

border-color css

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

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

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