Html Css Color HEX #AA6A44 Bourbon

📋 copy color: '#AA6A44'

red 170 ◦ green 106 ◦ blue 68

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

Shades of Bourbon #AA6A44

Tints of Bourbon #AA6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

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

R = 49.42%
G = 30.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA6A44 (or 0xAA6A44) is known color: Bourbon. HEX triplet: AA, 6A and 44. RGB value is (170,106,68). Sum of RGB (Red+Green+Blue) = 170+106+68=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A44 is #5595BB. Grayscale: #797979. Windows color (decimal): -5608892 or 4483754. OLE color: 4483754.

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

Color convert

RGB 170 106 68 -
CMYK 0 0.38 0.6 0.33
HSL 22.35º 0.43% 0.47% -
HSV(B) 22.35º 0.6% 0.67% -
XYZ 22.77 19.27 7.99 -
YUV 120.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 170 106 68 0 0.38 0.6 0.33 22.35 0.43 0.47
Hex AA 6A 44 0 26 3C 21 16 2B 2F
Octal 252 152 104 0 46 74 41 26 53 57
Binary 10101010 1101010 1000100 0 100110 111100 100001 10110 101011 101111

Color Harmonies of #AA6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A44

Black with #AA6A44

Text Example


Text Example

White with #AA6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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