Html Css Color HEX #AA7E14 Dark Goldenrod

📋 copy color: '#AA7E14'

red 170 ◦ green 126 ◦ blue 20

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

Shades of Dark Goldenrod #AA7E14

Tints of Dark Goldenrod #AA7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

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

R = 53.8%
G = 39.87%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7E14 (or 0xAA7E14) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 14. RGB value is (170,126,20). Sum of RGB (Red+Green+Blue) = 170+126+20=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E14 is #5581EB. Grayscale: #7F7F7F. Windows color (decimal): -5603820 or 1343146. OLE color: 1343146.

HSL color Cylindrical-coordinate representation of color #AA7E14: hue angle of 42.4º 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 #AA7E14 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 20 -
CMYK 0 0.26 0.88 0.33
HSL 42.4º 0.79% 0.37% -
HSV(B) 42.4º 0.88% 0.67% -
XYZ 24.16 23.52 3.93 -
YUV 127.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 170 126 20 0 0.26 0.88 0.33 42.4 0.79 0.37
Hex AA 7E 14 0 1A 58 21 2A 4F 25
Octal 252 176 24 0 32 130 41 52 117 45
Binary 10101010 1111110 10100 0 11010 1011000 100001 101010 1001111 100101

Color Harmonies of #AA7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E14

Black with #AA7E14

Text Example


Text Example

White with #AA7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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