Html Css Color HEX #AA720F Golden Brown

📋 copy color: '#AA720F'

red 170 ◦ green 114 ◦ blue 15

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

Shades of Golden Brown #AA720F

Tints of Golden Brown #AA720F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 56.86%
G = 38.13%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA720F (or 0xAA720F) is known color: Golden Brown. HEX triplet: AA, 72 and 0F. RGB value is (170,114,15). Sum of RGB (Red+Green+Blue) = 170+114+15=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA720F is #558DF0. Grayscale: #777777. Windows color (decimal): -5606897 or 1012394. OLE color: 1012394.

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

Color convert

RGB 170 114 15 -
CMYK 0 0.33 0.91 0.33
HSL 38.32º 0.84% 0.36% -
HSV(B) 38.32º 0.91% 0.67% -
XYZ 22.68 20.62 3.24 -
YUV 119.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 170 114 15 0 0.33 0.91 0.33 38.32 0.84 0.36
Hex AA 72 F 0 21 5B 21 26 54 24
Octal 252 162 17 0 41 133 41 46 124 44
Binary 10101010 1110010 1111 0 100001 1011011 100001 100110 1010100 100100

Color Harmonies of #AA720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA720F

Black with #AA720F

Text Example


Text Example

White with #AA720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA720F; }

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

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

background-color css

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

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

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

border-color css

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

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

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