Html Css Color HEX #AA713C Bourbon

📋 copy color: '#AA713C'

red 170 ◦ green 113 ◦ blue 60

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

Shades of Bourbon #AA713C

Tints of Bourbon #AA713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 49.56%
G = 32.94%
B = 17.49%

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

#AA713C (or 0xAA713C) is known color: Bourbon. HEX triplet: AA, 71 and 3C. RGB value is (170,113,60). Sum of RGB (Red+Green+Blue) = 170+113+60=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713C is #558EC3. Grayscale: #7C7C7C. Windows color (decimal): -5607108 or 3961258. OLE color: 3961258.

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

Color convert

RGB 170 113 60 -
CMYK 0 0.34 0.65 0.33
HSL 28.91º 0.48% 0.45% -
HSV(B) 28.91º 0.65% 0.67% -
XYZ 23.3 20.68 7.04 -
YUV 124 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 170 113 60 0 0.34 0.65 0.33 28.91 0.48 0.45
Hex AA 71 3C 0 22 41 21 1D 30 2D
Octal 252 161 74 0 42 101 41 35 60 55
Binary 10101010 1110001 111100 0 100010 1000001 100001 11101 110000 101101

Color Harmonies of #AA713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA713C

Black with #AA713C

Text Example


Text Example

White with #AA713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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