Html Css Color HEX #AA6E3C Bourbon

📋 copy color: '#AA6E3C'

red 170 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #AA6E3C

Tints of Bourbon #AA6E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA6E3C (or 0xAA6E3C) is known color: Bourbon. HEX triplet: AA, 6E and 3C. RGB value is (170,110,60). Sum of RGB (Red+Green+Blue) = 170+110+60=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E3C is #5591C3. Grayscale: #7A7A7A. Windows color (decimal): -5607876 or 3960490. OLE color: 3960490.

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

Color convert

RGB 170 110 60 -
CMYK 0 0.35 0.65 0.33
HSL 27.27º 0.48% 0.45% -
HSV(B) 27.27º 0.65% 0.67% -
XYZ 22.97 20.02 6.93 -
YUV 122.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 170 110 60 0 0.35 0.65 0.33 27.27 0.48 0.45
Hex AA 6E 3C 0 23 41 21 1B 30 2D
Octal 252 156 74 0 43 101 41 33 60 55
Binary 10101010 1101110 111100 0 100011 1000001 100001 11011 110000 101101

Color Harmonies of #AA6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E3C

Black with #AA6E3C

Text Example


Text Example

White with #AA6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E3C; }

 p { color: rgb(170,110,60); }

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

background-color css

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

 a { background-color: rgb(170,110,60); }

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

border-color css

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

 span { border-color: rgb(170,110,60); }

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