Html Css Color HEX #AA720D Golden Brown

📋 copy color: '#AA720D'

red 170 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #AA720D

Tints of Golden Brown #AA720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 57.24%
G = 38.38%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA720D (or 0xAA720D) is known color: Golden Brown. HEX triplet: AA, 72 and 0D. RGB value is (170,114,13). Sum of RGB (Red+Green+Blue) = 170+114+13=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA720D is #558DF2. Grayscale: #777777. Windows color (decimal): -5606899 or 881322. OLE color: 881322.

HSL color Cylindrical-coordinate representation of color #AA720D: hue angle of 38.6º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA720D is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 13 -
CMYK 0 0.33 0.92 0.33
HSL 38.6º 0.86% 0.36% -
HSV(B) 38.6º 0.92% 0.67% -
XYZ 22.67 20.61 3.16 -
YUV 119.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 170 114 13 0 0.33 0.92 0.33 38.6 0.86 0.36
Hex AA 72 D 0 21 5C 21 27 56 24
Octal 252 162 15 0 41 134 41 47 126 44
Binary 10101010 1110010 1101 0 100001 1011100 100001 100111 1010110 100100

Color Harmonies of #AA720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA720D

Black with #AA720D

Text Example


Text Example

White with #AA720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA720D; }

 p { color: rgb(170,114,13); }

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

background-color css

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

 a { background-color: rgb(170,114,13); }

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

border-color css

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

 span { border-color: rgb(170,114,13); }

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