Html Css Color HEX #AA7E0E Dark Goldenrod

📋 copy color: '#AA7E0E'

red 170 ◦ green 126 ◦ blue 14

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

Shades of Dark Goldenrod #AA7E0E

Tints of Dark Goldenrod #AA7E0E

RGB

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

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

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

R = 54.84%
G = 40.65%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA7E0E (or 0xAA7E0E) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 0E. RGB value is (170,126,14). Sum of RGB (Red+Green+Blue) = 170+126+14=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E0E is #5581F1. Grayscale: #7E7E7E. Windows color (decimal): -5603826 or 949930. OLE color: 949930.

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

Color convert

RGB 170 126 14 -
CMYK 0 0.26 0.92 0.33
HSL 43.08º 0.85% 0.36% -
HSV(B) 43.08º 0.92% 0.67% -
XYZ 24.12 23.5 3.68 -
YUV 126.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 170 126 14 0 0.26 0.92 0.33 43.08 0.85 0.36
Hex AA 7E E 0 1A 5C 21 2B 55 24
Octal 252 176 16 0 32 134 41 53 125 44
Binary 10101010 1111110 1110 0 11010 1011100 100001 101011 1010101 100100

Color Harmonies of #AA7E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E0E

Black with #AA7E0E

Text Example


Text Example

White with #AA7E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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