Html Css Color HEX #AA7148 Bourbon

📋 copy color: '#AA7148'

red 170 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #AA7148

Tints of Bourbon #AA7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 47.89%
G = 31.83%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7148 (or 0xAA7148) is known color: Bourbon. HEX triplet: AA, 71 and 48. RGB value is (170,113,72). Sum of RGB (Red+Green+Blue) = 170+113+72=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7148 is #558EB7. Grayscale: #7D7D7D. Windows color (decimal): -5607096 or 4747690. OLE color: 4747690.

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

Color convert

RGB 170 113 72 -
CMYK 0 0.34 0.58 0.33
HSL 25.1º 0.4% 0.47% -
HSV(B) 25.1º 0.58% 0.67% -
XYZ 23.65 20.82 8.9 -
YUV 125.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 170 113 72 0 0.34 0.58 0.33 25.1 0.4 0.47
Hex AA 71 48 0 22 3A 21 19 28 2F
Octal 252 161 110 0 42 72 41 31 50 57
Binary 10101010 1110001 1001000 0 100010 111010 100001 11001 101000 101111

Color Harmonies of #AA7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7148

Black with #AA7148

Text Example


Text Example

White with #AA7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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