Html Css Color HEX #AA713D Bourbon

📋 copy color: '#AA713D'

red 170 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #AA713D

Tints of Bourbon #AA713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 49.42%
G = 32.85%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA713D (or 0xAA713D) is known color: Bourbon. HEX triplet: AA, 71 and 3D. RGB value is (170,113,61). Sum of RGB (Red+Green+Blue) = 170+113+61=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA713D is #558EC2. Grayscale: #7C7C7C. Windows color (decimal): -5607107 or 4026794. OLE color: 4026794.

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

Color convert

RGB 170 113 61 -
CMYK 0 0.34 0.64 0.33
HSL 28.62º 0.47% 0.45% -
HSV(B) 28.62º 0.64% 0.67% -
XYZ 23.33 20.69 7.18 -
YUV 124.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 170 113 61 0 0.34 0.64 0.33 28.62 0.47 0.45
Hex AA 71 3D 0 22 40 21 1D 2F 2D
Octal 252 161 75 0 42 100 41 35 57 55
Binary 10101010 1110001 111101 0 100010 1000000 100001 11101 101111 101101

Color Harmonies of #AA713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA713D

Black with #AA713D

Text Example


Text Example

White with #AA713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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