Html Css Color HEX #AA7201 Dark Goldenrod

📋 copy color: '#AA7201'

red 170 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #AA7201

Tints of Dark Goldenrod #AA7201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 59.65%
G = 40%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA7201 (or 0xAA7201) is known color: Dark Goldenrod. HEX triplet: AA, 72 and 01. RGB value is (170,114,1). Sum of RGB (Red+Green+Blue) = 170+114+1=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7201 is #558DFE. Grayscale: #767676. Windows color (decimal): -5606911 or 94890. OLE color: 94890.

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

Color convert

RGB 170 114 1 -
CMYK 0 0.33 0.99 0.33
HSL 40.12º 0.99% 0.34% -
HSV(B) 40.12º 0.99% 0.67% -
XYZ 22.6 20.58 2.81 -
YUV 117.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 170 114 1 0 0.33 0.99 0.33 40.12 0.99 0.34
Hex AA 72 1 0 21 63 21 28 63 22
Octal 252 162 1 0 41 143 41 50 143 42
Binary 10101010 1110010 1 0 100001 1100011 100001 101000 1100011 100010

Color Harmonies of #AA7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7201

Black with #AA7201

Text Example


Text Example

White with #AA7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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