Html Css Color HEX #AA720B Golden Brown

📋 copy color: '#AA720B'

red 170 ◦ green 114 ◦ blue 11

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

Shades of Golden Brown #AA720B

Tints of Golden Brown #AA720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 57.63%
G = 38.64%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA720B (or 0xAA720B) is known color: Golden Brown. HEX triplet: AA, 72 and 0B. RGB value is (170,114,11). Sum of RGB (Red+Green+Blue) = 170+114+11=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA720B is #558DF4. Grayscale: #777777. Windows color (decimal): -5606901 or 750250. OLE color: 750250.

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

Color convert

RGB 170 114 11 -
CMYK 0 0.33 0.94 0.33
HSL 38.87º 0.88% 0.35% -
HSV(B) 38.87º 0.94% 0.67% -
XYZ 22.66 20.6 3.1 -
YUV 119 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 170 114 11 0 0.33 0.94 0.33 38.87 0.88 0.35
Hex AA 72 B 0 21 5E 21 27 58 23
Octal 252 162 13 0 41 136 41 47 130 43
Binary 10101010 1110010 1011 0 100001 1011110 100001 100111 1011000 100011

Color Harmonies of #AA720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA720B

Black with #AA720B

Text Example


Text Example

White with #AA720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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