Html Css Color HEX #AA7F13 Dark Goldenrod

📋 copy color: '#AA7F13'

red 170 ◦ green 127 ◦ blue 19

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

Shades of Dark Goldenrod #AA7F13

Tints of Dark Goldenrod #AA7F13

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 53.8%
G = 40.19%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7F13 (or 0xAA7F13) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 13. RGB value is (170,127,19). Sum of RGB (Red+Green+Blue) = 170+127+19=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F13 is #5580EC. Grayscale: #808080. Windows color (decimal): -5603565 or 1277866. OLE color: 1277866.

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

Color convert

RGB 170 127 19 -
CMYK 0 0.25 0.89 0.33
HSL 42.91º 0.8% 0.37% -
HSV(B) 42.91º 0.89% 0.67% -
XYZ 24.28 23.77 3.92 -
YUV 127.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 170 127 19 0 0.25 0.89 0.33 42.91 0.8 0.37
Hex AA 7F 13 0 19 59 21 2B 50 25
Octal 252 177 23 0 31 131 41 53 120 45
Binary 10101010 1111111 10011 0 11001 1011001 100001 101011 1010000 100101

Color Harmonies of #AA7F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F13

Black with #AA7F13

Text Example


Text Example

White with #AA7F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F13; }

 p { color: rgb(170,127,19); }

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

background-color css

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

 a { background-color: rgb(170,127,19); }

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

border-color css

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

 span { border-color: rgb(170,127,19); }

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