Html Css Color HEX #AA7010 Golden Brown

📋 copy color: '#AA7010'

red 170 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #AA7010

Tints of Golden Brown #AA7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 57.05%
G = 37.58%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA7010 (or 0xAA7010) is known color: Golden Brown. HEX triplet: AA, 70 and 10. RGB value is (170,112,16). Sum of RGB (Red+Green+Blue) = 170+112+16=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7010 is #558FEF. Grayscale: #767676. Windows color (decimal): -5607408 or 1077418. OLE color: 1077418.

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

Color convert

RGB 170 112 16 -
CMYK 0 0.34 0.91 0.33
HSL 37.4º 0.83% 0.36% -
HSV(B) 37.4º 0.91% 0.67% -
XYZ 22.47 20.17 3.2 -
YUV 118.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 170 112 16 0 0.34 0.91 0.33 37.4 0.83 0.36
Hex AA 70 10 0 22 5B 21 25 53 24
Octal 252 160 20 0 42 133 41 45 123 44
Binary 10101010 1110000 10000 0 100010 1011011 100001 100101 1010011 100100

Color Harmonies of #AA7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7010

Black with #AA7010

Text Example


Text Example

White with #AA7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7010; }

 p { color: rgb(170,112,16); }

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

background-color css

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

 a { background-color: rgb(170,112,16); }

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

border-color css

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

 span { border-color: rgb(170,112,16); }

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