Html Css Color HEX #AA7018 Golden Brown

📋 copy color: '#AA7018'

red 170 ◦ green 112 ◦ blue 24

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

Shades of Golden Brown #AA7018

Tints of Golden Brown #AA7018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 55.56%
G = 36.6%
B = 7.84%

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

#AA7018 (or 0xAA7018) is known color: Golden Brown. HEX triplet: AA, 70 and 18. RGB value is (170,112,24). Sum of RGB (Red+Green+Blue) = 170+112+24=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7018 is #558FE7. Grayscale: #777777. Windows color (decimal): -5607400 or 1601706. OLE color: 1601706.

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

Color convert

RGB 170 112 24 -
CMYK 0 0.34 0.86 0.33
HSL 36.16º 0.75% 0.38% -
HSV(B) 36.16º 0.86% 0.67% -
XYZ 22.54 20.2 3.58 -
YUV 119.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 170 112 24 0 0.34 0.86 0.33 36.16 0.75 0.38
Hex AA 70 18 0 22 56 21 24 4B 26
Octal 252 160 30 0 42 126 41 44 113 46
Binary 10101010 1110000 11000 0 100010 1010110 100001 100100 1001011 100110

Color Harmonies of #AA7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7018

Black with #AA7018

Text Example


Text Example

White with #AA7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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