Html Css Color HEX #AA7247 Bourbon

📋 copy color: '#AA7247'

red 170 ◦ green 114 ◦ blue 71

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

Shades of Bourbon #AA7247

Tints of Bourbon #AA7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 71 (28.13% from 255) = 20%

R = 47.89%
G = 32.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7247 (or 0xAA7247) is known color: Bourbon. HEX triplet: AA, 72 and 47. RGB value is (170,114,71). Sum of RGB (Red+Green+Blue) = 170+114+71=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7247 is #558DB8. Grayscale: #7E7E7E. Windows color (decimal): -5606841 or 4682410. OLE color: 4682410.

HSL color Cylindrical-coordinate representation of color #AA7247: hue angle of 26.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7247 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 71 -
CMYK 0 0.33 0.58 0.33
HSL 26.06º 0.41% 0.47% -
HSV(B) 26.06º 0.58% 0.67% -
XYZ 23.73 21.04 8.77 -
YUV 125.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 170 114 71 0 0.33 0.58 0.33 26.06 0.41 0.47
Hex AA 72 47 0 21 3A 21 1A 29 2F
Octal 252 162 107 0 41 72 41 32 51 57
Binary 10101010 1110010 1000111 0 100001 111010 100001 11010 101001 101111

Color Harmonies of #AA7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7247

Black with #AA7247

Text Example


Text Example

White with #AA7247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7247; }

 p { color: rgb(170,114,71); }

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

background-color css

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

 a { background-color: rgb(170,114,71); }

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

border-color css

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

 span { border-color: rgb(170,114,71); }

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