Html Css Color HEX #AA6F39 Bourbon

📋 copy color: '#AA6F39'

red 170 ◦ green 111 ◦ blue 57

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

Shades of Bourbon #AA6F39

Tints of Bourbon #AA6F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 50.3%
G = 32.84%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA6F39 (or 0xAA6F39) is known color: Bourbon. HEX triplet: AA, 6F and 39. RGB value is (170,111,57). Sum of RGB (Red+Green+Blue) = 170+111+57=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F39 is #5590C6. Grayscale: #7A7A7A. Windows color (decimal): -5607623 or 3764138. OLE color: 3764138.

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

Color convert

RGB 170 111 57 -
CMYK 0 0.35 0.66 0.33
HSL 28.67º 0.5% 0.45% -
HSV(B) 28.67º 0.66% 0.67% -
XYZ 23 20.21 6.56 -
YUV 122.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 170 111 57 0 0.35 0.66 0.33 28.67 0.5 0.45
Hex AA 6F 39 0 23 42 21 1D 32 2D
Octal 252 157 71 0 43 102 41 35 62 55
Binary 10101010 1101111 111001 0 100011 1000010 100001 11101 110010 101101

Color Harmonies of #AA6F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F39

Black with #AA6F39

Text Example


Text Example

White with #AA6F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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