Html Css Color HEX #AA7F0D Dark Goldenrod

📋 copy color: '#AA7F0D'

red 170 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #AA7F0D

Tints of Dark Goldenrod #AA7F0D

RGB

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

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

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

R = 54.84%
G = 40.97%
B = 4.19%

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

#AA7F0D (or 0xAA7F0D) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 0D. RGB value is (170,127,13). Sum of RGB (Red+Green+Blue) = 170+127+13=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F0D is #5580F2. Grayscale: #7F7F7F. Windows color (decimal): -5603571 or 884650. OLE color: 884650.

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

Color convert

RGB 170 127 13 -
CMYK 0 0.25 0.92 0.33
HSL 43.57º 0.86% 0.36% -
HSV(B) 43.57º 0.92% 0.67% -
XYZ 24.24 23.75 3.69 -
YUV 126.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 170 127 13 0 0.25 0.92 0.33 43.57 0.86 0.36
Hex AA 7F D 0 19 5C 21 2C 56 24
Octal 252 177 15 0 31 134 41 54 126 44
Binary 10101010 1111111 1101 0 11001 1011100 100001 101100 1010110 100100

Color Harmonies of #AA7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F0D

Black with #AA7F0D

Text Example


Text Example

White with #AA7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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