Html Css Color HEX #AA7142 Bourbon

📋 copy color: '#AA7142'

red 170 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #AA7142

Tints of Bourbon #AA7142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 48.71%
G = 32.38%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7142 (or 0xAA7142) is known color: Bourbon. HEX triplet: AA, 71 and 42. RGB value is (170,113,66). Sum of RGB (Red+Green+Blue) = 170+113+66=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7142 is #558EBD. Grayscale: #7C7C7C. Windows color (decimal): -5607102 or 4354474. OLE color: 4354474.

HSL color Cylindrical-coordinate representation of color #AA7142: hue angle of 27.12º degrees, saturation: 0.44, 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 #AA7142 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 66 -
CMYK 0 0.34 0.61 0.33
HSL 27.12º 0.44% 0.46% -
HSV(B) 27.12º 0.61% 0.67% -
XYZ 23.47 20.75 7.92 -
YUV 124.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 170 113 66 0 0.34 0.61 0.33 27.12 0.44 0.46
Hex AA 71 42 0 22 3D 21 1B 2C 2E
Octal 252 161 102 0 42 75 41 33 54 56
Binary 10101010 1110001 1000010 0 100010 111101 100001 11011 101100 101110

Color Harmonies of #AA7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7142

Black with #AA7142

Text Example


Text Example

White with #AA7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7142; }

 p { color: rgb(170,113,66); }

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

background-color css

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

 a { background-color: rgb(170,113,66); }

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

border-color css

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

 span { border-color: rgb(170,113,66); }

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