Html Css Color HEX #AA7A0D Dark Goldenrod

📋 copy color: '#AA7A0D'

red 170 ◦ green 122 ◦ blue 13

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

Shades of Dark Goldenrod #AA7A0D

Tints of Dark Goldenrod #AA7A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 55.74%
G = 40%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA7A0D (or 0xAA7A0D) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 0D. RGB value is (170,122,13). Sum of RGB (Red+Green+Blue) = 170+122+13=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A0D is #5585F2. Grayscale: #7C7C7C. Windows color (decimal): -5604851 or 883370. OLE color: 883370.

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

Color convert

RGB 170 122 13 -
CMYK 0 0.28 0.92 0.33
HSL 41.66º 0.86% 0.36% -
HSV(B) 41.66º 0.92% 0.67% -
XYZ 23.61 22.49 3.48 -
YUV 123.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 170 122 13 0 0.28 0.92 0.33 41.66 0.86 0.36
Hex AA 7A D 0 1C 5C 21 2A 56 24
Octal 252 172 15 0 34 134 41 52 126 44
Binary 10101010 1111010 1101 0 11100 1011100 100001 101010 1010110 100100

Color Harmonies of #AA7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A0D

Black with #AA7A0D

Text Example


Text Example

White with #AA7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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