Html Css Color HEX #AA7347 Bourbon

📋 copy color: '#AA7347'

red 170 ◦ green 115 ◦ blue 71

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

Shades of Bourbon #AA7347

Tints of Bourbon #AA7347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 47.75%
G = 32.3%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7347 (or 0xAA7347) is known color: Bourbon. HEX triplet: AA, 73 and 47. RGB value is (170,115,71). Sum of RGB (Red+Green+Blue) = 170+115+71=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7347 is #558CB8. Grayscale: #7E7E7E. Windows color (decimal): -5606585 or 4682666. OLE color: 4682666.

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

Color convert

RGB 170 115 71 -
CMYK 0 0.32 0.58 0.33
HSL 26.67º 0.41% 0.47% -
HSV(B) 26.67º 0.58% 0.67% -
XYZ 23.85 21.26 8.81 -
YUV 126.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 170 115 71 0 0.32 0.58 0.33 26.67 0.41 0.47
Hex AA 73 47 0 20 3A 21 1B 29 2F
Octal 252 163 107 0 40 72 41 33 51 57
Binary 10101010 1110011 1000111 0 100000 111010 100001 11011 101001 101111

Color Harmonies of #AA7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7347

Black with #AA7347

Text Example


Text Example

White with #AA7347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7347; }

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

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

background-color css

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

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

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

border-color css

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

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

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