Html Css Color HEX #AA6C45 Bourbon

📋 copy color: '#AA6C45'

red 170 ◦ green 108 ◦ blue 69

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

Shades of Bourbon #AA6C45

Tints of Bourbon #AA6C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 48.99%
G = 31.12%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA6C45 (or 0xAA6C45) is known color: Bourbon. HEX triplet: AA, 6C and 45. RGB value is (170,108,69). Sum of RGB (Red+Green+Blue) = 170+108+69=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C45 is #5593BA. Grayscale: #7A7A7A. Windows color (decimal): -5608379 or 4549802. OLE color: 4549802.

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

Color convert

RGB 170 108 69 -
CMYK 0 0.36 0.59 0.33
HSL 23.17º 0.42% 0.47% -
HSV(B) 23.17º 0.59% 0.67% -
XYZ 23.01 19.7 8.22 -
YUV 122.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 170 108 69 0 0.36 0.59 0.33 23.17 0.42 0.47
Hex AA 6C 45 0 24 3B 21 17 2A 2F
Octal 252 154 105 0 44 73 41 27 52 57
Binary 10101010 1101100 1000101 0 100100 111011 100001 10111 101010 101111

Color Harmonies of #AA6C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C45

Black with #AA6C45

Text Example


Text Example

White with #AA6C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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