Html Css Color HEX #AA6D44 Bourbon

📋 copy color: '#AA6D44'

red 170 ◦ green 109 ◦ blue 68

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

Shades of Bourbon #AA6D44

Tints of Bourbon #AA6D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 48.99%
G = 31.41%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA6D44 (or 0xAA6D44) is known color: Bourbon. HEX triplet: AA, 6D and 44. RGB value is (170,109,68). Sum of RGB (Red+Green+Blue) = 170+109+68=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D44 is #5592BB. Grayscale: #7A7A7A. Windows color (decimal): -5608124 or 4484522. OLE color: 4484522.

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

Color convert

RGB 170 109 68 -
CMYK 0 0.36 0.6 0.33
HSL 24.12º 0.43% 0.47% -
HSV(B) 24.12º 0.6% 0.67% -
XYZ 23.09 19.9 8.09 -
YUV 122.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 170 109 68 0 0.36 0.6 0.33 24.12 0.43 0.47
Hex AA 6D 44 0 24 3C 21 18 2B 2F
Octal 252 155 104 0 44 74 41 30 53 57
Binary 10101010 1101101 1000100 0 100100 111100 100001 11000 101011 101111

Color Harmonies of #AA6D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D44

Black with #AA6D44

Text Example


Text Example

White with #AA6D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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