Html Css Color HEX #AA6B39 Bourbon

📋 copy color: '#AA6B39'

red 170 ◦ green 107 ◦ blue 57

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

Shades of Bourbon #AA6B39

Tints of Bourbon #AA6B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 50.9%
G = 32.04%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA6B39 (or 0xAA6B39) is known color: Bourbon. HEX triplet: AA, 6B and 39. RGB value is (170,107,57). Sum of RGB (Red+Green+Blue) = 170+107+57=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B39 is #5594C6. Grayscale: #787878. Windows color (decimal): -5608647 or 3763114. OLE color: 3763114.

HSL color Cylindrical-coordinate representation of color #AA6B39: hue angle of 26.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA6B39 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 57 -
CMYK 0 0.37 0.66 0.33
HSL 26.55º 0.5% 0.45% -
HSV(B) 26.55º 0.66% 0.67% -
XYZ 22.57 19.36 6.42 -
YUV 120.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 170 107 57 0 0.37 0.66 0.33 26.55 0.5 0.45
Hex AA 6B 39 0 25 42 21 1B 32 2D
Octal 252 153 71 0 45 102 41 33 62 55
Binary 10101010 1101011 111001 0 100101 1000010 100001 11011 110010 101101

Color Harmonies of #AA6B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B39

Black with #AA6B39

Text Example


Text Example

White with #AA6B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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