Html Css Color HEX #AA7F0F Dark Goldenrod

📋 copy color: '#AA7F0F'

red 170 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #AA7F0F

Tints of Dark Goldenrod #AA7F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 54.49%
G = 40.71%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA7F0F (or 0xAA7F0F) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 0F. RGB value is (170,127,15). Sum of RGB (Red+Green+Blue) = 170+127+15=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F0F is #5580F0. Grayscale: #7F7F7F. Windows color (decimal): -5603569 or 1015722. OLE color: 1015722.

HSL color Cylindrical-coordinate representation of color #AA7F0F: hue angle of 43.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7F0F is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 15 -
CMYK 0 0.25 0.91 0.33
HSL 43.35º 0.84% 0.36% -
HSV(B) 43.35º 0.91% 0.67% -
XYZ 24.25 23.76 3.76 -
YUV 127.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 170 127 15 0 0.25 0.91 0.33 43.35 0.84 0.36
Hex AA 7F F 0 19 5B 21 2B 54 24
Octal 252 177 17 0 31 133 41 53 124 44
Binary 10101010 1111111 1111 0 11001 1011011 100001 101011 1010100 100100

Color Harmonies of #AA7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F0F

Black with #AA7F0F

Text Example


Text Example

White with #AA7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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