Html Css Color HEX #AA6C40 Bourbon

📋 copy color: '#AA6C40'

red 170 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #AA6C40

Tints of Bourbon #AA6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 49.71%
G = 31.58%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6C40 (or 0xAA6C40) is known color: Bourbon. HEX triplet: AA, 6C and 40. RGB value is (170,108,64). Sum of RGB (Red+Green+Blue) = 170+108+64=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C40 is #5593BF. Grayscale: #797979. Windows color (decimal): -5608384 or 4222122. OLE color: 4222122.

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

Color convert

RGB 170 108 64 -
CMYK 0 0.36 0.62 0.33
HSL 24.91º 0.45% 0.46% -
HSV(B) 24.91º 0.62% 0.67% -
XYZ 22.87 19.64 7.44 -
YUV 121.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 170 108 64 0 0.36 0.62 0.33 24.91 0.45 0.46
Hex AA 6C 40 0 24 3E 21 19 2D 2E
Octal 252 154 100 0 44 76 41 31 55 56
Binary 10101010 1101100 1000000 0 100100 111110 100001 11001 101101 101110

Color Harmonies of #AA6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C40

Black with #AA6C40

Text Example


Text Example

White with #AA6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C40; }

 p { color: rgb(170,108,64); }

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

background-color css

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

 a { background-color: rgb(170,108,64); }

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

border-color css

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

 span { border-color: rgb(170,108,64); }

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