Html Css Color HEX #AA7102 Dark Goldenrod

📋 copy color: '#AA7102'

red 170 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #AA7102

Tints of Dark Goldenrod #AA7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 59.65%
G = 39.65%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA7102 (or 0xAA7102) is known color: Dark Goldenrod. HEX triplet: AA, 71 and 02. RGB value is (170,113,2). Sum of RGB (Red+Green+Blue) = 170+113+2=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7102 is #558EFD. Grayscale: #757575. Windows color (decimal): -5607166 or 160170. OLE color: 160170.

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

Color convert

RGB 170 113 2 -
CMYK 0 0.34 0.99 0.33
HSL 39.64º 0.98% 0.34% -
HSV(B) 39.64º 0.99% 0.67% -
XYZ 22.49 20.36 2.8 -
YUV 117.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 170 113 2 0 0.34 0.99 0.33 39.64 0.98 0.34
Hex AA 71 2 0 22 63 21 28 62 22
Octal 252 161 2 0 42 143 41 50 142 42
Binary 10101010 1110001 10 0 100010 1100011 100001 101000 1100010 100010

Color Harmonies of #AA7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7102

Black with #AA7102

Text Example


Text Example

White with #AA7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7102; }

 p { color: rgb(170,113,2); }

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

background-color css

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

 a { background-color: rgb(170,113,2); }

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

border-color css

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

 span { border-color: rgb(170,113,2); }

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