Html Css Color HEX #AA6D45 Bourbon

📋 copy color: '#AA6D45'

red 170 ◦ green 109 ◦ blue 69

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

Shades of Bourbon #AA6D45

Tints of Bourbon #AA6D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 48.85%
G = 31.32%
B = 19.83%

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

#AA6D45 (or 0xAA6D45) is known color: Bourbon. HEX triplet: AA, 6D and 45. RGB value is (170,109,69). Sum of RGB (Red+Green+Blue) = 170+109+69=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D45 is #5592BA. Grayscale: #7A7A7A. Windows color (decimal): -5608123 or 4550058. OLE color: 4550058.

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

Color convert

RGB 170 109 69 -
CMYK 0 0.36 0.59 0.33
HSL 23.76º 0.42% 0.47% -
HSV(B) 23.76º 0.59% 0.67% -
XYZ 23.12 19.91 8.26 -
YUV 122.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 170 109 69 0 0.36 0.59 0.33 23.76 0.42 0.47
Hex AA 6D 45 0 24 3B 21 18 2A 2F
Octal 252 155 105 0 44 73 41 30 52 57
Binary 10101010 1101101 1000101 0 100100 111011 100001 11000 101010 101111

Color Harmonies of #AA6D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D45

Black with #AA6D45

Text Example


Text Example

White with #AA6D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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