Html Css Color HEX #AA7D0D Dark Goldenrod

📋 copy color: '#AA7D0D'

red 170 ◦ green 125 ◦ blue 13

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

Shades of Dark Goldenrod #AA7D0D

Tints of Dark Goldenrod #AA7D0D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 55.19%
G = 40.58%
B = 4.22%

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

#AA7D0D (or 0xAA7D0D) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 0D. RGB value is (170,125,13). Sum of RGB (Red+Green+Blue) = 170+125+13=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D0D is #5582F2. Grayscale: #7E7E7E. Windows color (decimal): -5604083 or 884138. OLE color: 884138.

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

Color convert

RGB 170 125 13 -
CMYK 0 0.26 0.92 0.33
HSL 42.8º 0.86% 0.36% -
HSV(B) 42.8º 0.92% 0.67% -
XYZ 23.98 23.24 3.6 -
YUV 125.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 170 125 13 0 0.26 0.92 0.33 42.8 0.86 0.36
Hex AA 7D D 0 1A 5C 21 2B 56 24
Octal 252 175 15 0 32 134 41 53 126 44
Binary 10101010 1111101 1101 0 11010 1011100 100001 101011 1010110 100100

Color Harmonies of #AA7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D0D

Black with #AA7D0D

Text Example


Text Example

White with #AA7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D0D; }

 p { color: rgb(170,125,13); }

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

background-color css

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

 a { background-color: rgb(170,125,13); }

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

border-color css

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

 span { border-color: rgb(170,125,13); }

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