Html Css Color HEX #AA713B Bourbon

📋 copy color: '#AA713B'

red 170 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #AA713B

Tints of Bourbon #AA713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 49.71%
G = 33.04%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA713B (or 0xAA713B) is known color: Bourbon. HEX triplet: AA, 71 and 3B. RGB value is (170,113,59). Sum of RGB (Red+Green+Blue) = 170+113+59=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713B is #558EC4. Grayscale: #7C7C7C. Windows color (decimal): -5607109 or 3895722. OLE color: 3895722.

HSL color Cylindrical-coordinate representation of color #AA713B: hue angle of 29.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA713B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 59 -
CMYK 0 0.34 0.65 0.33
HSL 29.19º 0.48% 0.45% -
HSV(B) 29.19º 0.65% 0.67% -
XYZ 23.27 20.67 6.9 -
YUV 123.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 170 113 59 0 0.34 0.65 0.33 29.19 0.48 0.45
Hex AA 71 3B 0 22 41 21 1D 30 2D
Octal 252 161 73 0 42 101 41 35 60 55
Binary 10101010 1110001 111011 0 100010 1000001 100001 11101 110000 101101

Color Harmonies of #AA713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA713B

Black with #AA713B

Text Example


Text Example

White with #AA713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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