Html Css Color HEX #AA7017 Golden Brown

📋 copy color: '#AA7017'

red 170 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #AA7017

Tints of Golden Brown #AA7017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 55.74%
G = 36.72%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7017 (or 0xAA7017) is known color: Golden Brown. HEX triplet: AA, 70 and 17. RGB value is (170,112,23). Sum of RGB (Red+Green+Blue) = 170+112+23=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7017 is #558FE8. Grayscale: #777777. Windows color (decimal): -5607401 or 1536170. OLE color: 1536170.

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

Color convert

RGB 170 112 23 -
CMYK 0 0.34 0.86 0.33
HSL 36.33º 0.76% 0.38% -
HSV(B) 36.33º 0.86% 0.67% -
XYZ 22.53 20.2 3.52 -
YUV 119.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 170 112 23 0 0.34 0.86 0.33 36.33 0.76 0.38
Hex AA 70 17 0 22 56 21 24 4C 26
Octal 252 160 27 0 42 126 41 44 114 46
Binary 10101010 1110000 10111 0 100010 1010110 100001 100100 1001100 100110

Color Harmonies of #AA7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7017

Black with #AA7017

Text Example


Text Example

White with #AA7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7017; }

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

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

background-color css

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

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

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

border-color css

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

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

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