Html Css Color HEX #AA7F14 Dark Goldenrod

📋 copy color: '#AA7F14'

red 170 ◦ green 127 ◦ blue 20

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

Shades of Dark Goldenrod #AA7F14

Tints of Dark Goldenrod #AA7F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 53.63%
G = 40.06%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7F14 (or 0xAA7F14) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 14. RGB value is (170,127,20). Sum of RGB (Red+Green+Blue) = 170+127+20=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F14 is #5580EB. Grayscale: #808080. Windows color (decimal): -5603564 or 1343402. OLE color: 1343402.

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

Color convert

RGB 170 127 20 -
CMYK 0 0.25 0.88 0.33
HSL 42.8º 0.79% 0.37% -
HSV(B) 42.8º 0.88% 0.67% -
XYZ 24.29 23.78 3.97 -
YUV 127.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 170 127 20 0 0.25 0.88 0.33 42.8 0.79 0.37
Hex AA 7F 14 0 19 58 21 2B 4F 25
Octal 252 177 24 0 31 130 41 53 117 45
Binary 10101010 1111111 10100 0 11001 1011000 100001 101011 1001111 100101

Color Harmonies of #AA7F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F14

Black with #AA7F14

Text Example


Text Example

White with #AA7F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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