Html Css Color HEX #AA6E43 Bourbon

📋 copy color: '#AA6E43'

red 170 ◦ green 110 ◦ blue 67

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

Shades of Bourbon #AA6E43

Tints of Bourbon #AA6E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 48.99%
G = 31.7%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6E43 (or 0xAA6E43) is known color: Bourbon. HEX triplet: AA, 6E and 43. RGB value is (170,110,67). Sum of RGB (Red+Green+Blue) = 170+110+67=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E43 is #5591BC. Grayscale: #7B7B7B. Windows color (decimal): -5607869 or 4419242. OLE color: 4419242.

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

Color convert

RGB 170 110 67 -
CMYK 0 0.35 0.61 0.33
HSL 25.05º 0.43% 0.46% -
HSV(B) 25.05º 0.61% 0.67% -
XYZ 23.17 20.1 7.97 -
YUV 123.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 170 110 67 0 0.35 0.61 0.33 25.05 0.43 0.46
Hex AA 6E 43 0 23 3D 21 19 2B 2E
Octal 252 156 103 0 43 75 41 31 53 56
Binary 10101010 1101110 1000011 0 100011 111101 100001 11001 101011 101110

Color Harmonies of #AA6E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E43

Black with #AA6E43

Text Example


Text Example

White with #AA6E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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