Html Css Color HEX #AA6842 Bourbon

📋 copy color: '#AA6842'

red 170 ◦ green 104 ◦ blue 66

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

Shades of Bourbon #AA6842

Tints of Bourbon #AA6842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 50%
G = 30.59%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6842 (or 0xAA6842) is known color: Bourbon. HEX triplet: AA, 68 and 42. RGB value is (170,104,66). Sum of RGB (Red+Green+Blue) = 170+104+66=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6842 is #5597BD. Grayscale: #777777. Windows color (decimal): -5609406 or 4352170. OLE color: 4352170.

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

Color convert

RGB 170 104 66 -
CMYK 0 0.39 0.61 0.33
HSL 21.92º 0.44% 0.46% -
HSV(B) 21.92º 0.61% 0.67% -
XYZ 22.51 18.84 7.6 -
YUV 119.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 170 104 66 0 0.39 0.61 0.33 21.92 0.44 0.46
Hex AA 68 42 0 27 3D 21 16 2C 2E
Octal 252 150 102 0 47 75 41 26 54 56
Binary 10101010 1101000 1000010 0 100111 111101 100001 10110 101100 101110

Color Harmonies of #AA6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6842

Black with #AA6842

Text Example


Text Example

White with #AA6842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6842; }

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

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

background-color css

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

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

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

border-color css

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

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

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