Html Css Color HEX #AA6942 Bourbon

📋 copy color: '#AA6942'

red 170 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #AA6942

Tints of Bourbon #AA6942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 49.85%
G = 30.79%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6942 (or 0xAA6942) is known color: Bourbon. HEX triplet: AA, 69 and 42. RGB value is (170,105,66). Sum of RGB (Red+Green+Blue) = 170+105+66=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6942 is #5596BD. Grayscale: #787878. Windows color (decimal): -5609150 or 4352426. OLE color: 4352426.

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

Color convert

RGB 170 105 66 -
CMYK 0 0.38 0.61 0.33
HSL 22.5º 0.44% 0.46% -
HSV(B) 22.5º 0.61% 0.67% -
XYZ 22.61 19.04 7.64 -
YUV 119.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 170 105 66 0 0.38 0.61 0.33 22.5 0.44 0.46
Hex AA 69 42 0 26 3D 21 16 2C 2E
Octal 252 151 102 0 46 75 41 26 54 56
Binary 10101010 1101001 1000010 0 100110 111101 100001 10110 101100 101110

Color Harmonies of #AA6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6942

Black with #AA6942

Text Example


Text Example

White with #AA6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6942; }

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

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

background-color css

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

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

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

border-color css

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

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

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