Html Css Color HEX #AA6B44 Bourbon

📋 copy color: '#AA6B44'

red 170 ◦ green 107 ◦ blue 68

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

Shades of Bourbon #AA6B44

Tints of Bourbon #AA6B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 49.28%
G = 31.01%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA6B44 (or 0xAA6B44) is known color: Bourbon. HEX triplet: AA, 6B and 44. RGB value is (170,107,68). Sum of RGB (Red+Green+Blue) = 170+107+68=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B44 is #5594BB. Grayscale: #797979. Windows color (decimal): -5608636 or 4484010. OLE color: 4484010.

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

Color convert

RGB 170 107 68 -
CMYK 0 0.37 0.6 0.33
HSL 22.94º 0.43% 0.47% -
HSV(B) 22.94º 0.6% 0.67% -
XYZ 22.88 19.48 8.02 -
YUV 121.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 170 107 68 0 0.37 0.6 0.33 22.94 0.43 0.47
Hex AA 6B 44 0 25 3C 21 17 2B 2F
Octal 252 153 104 0 45 74 41 27 53 57
Binary 10101010 1101011 1000100 0 100101 111100 100001 10111 101011 101111

Color Harmonies of #AA6B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B44

Black with #AA6B44

Text Example


Text Example

White with #AA6B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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