Html Css Color HEX #AA7F0E Dark Goldenrod

📋 copy color: '#AA7F0E'

red 170 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #AA7F0E

Tints of Dark Goldenrod #AA7F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 54.66%
G = 40.84%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA7F0E (or 0xAA7F0E) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 0E. RGB value is (170,127,14). Sum of RGB (Red+Green+Blue) = 170+127+14=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F0E is #5580F1. Grayscale: #7F7F7F. Windows color (decimal): -5603570 or 950186. OLE color: 950186.

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

Color convert

RGB 170 127 14 -
CMYK 0 0.25 0.92 0.33
HSL 43.46º 0.85% 0.36% -
HSV(B) 43.46º 0.92% 0.67% -
XYZ 24.25 23.76 3.72 -
YUV 126.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 170 127 14 0 0.25 0.92 0.33 43.46 0.85 0.36
Hex AA 7F E 0 19 5C 21 2B 55 24
Octal 252 177 16 0 31 134 41 53 125 44
Binary 10101010 1111111 1110 0 11001 1011100 100001 101011 1010101 100100

Color Harmonies of #AA7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F0E

Black with #AA7F0E

Text Example


Text Example

White with #AA7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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