Html Css Color HEX #AA8F07 Dark Goldenrod

📋 copy color: '#AA8F07'

red 170 ◦ green 143 ◦ blue 7

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

Shades of Dark Goldenrod #AA8F07

Tints of Dark Goldenrod #AA8F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.69%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 53.13%
G = 44.69%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8F07 (or 0xAA8F07) is known color: Dark Goldenrod. HEX triplet: AA, 8F and 07. RGB value is (170,143,7). Sum of RGB (Red+Green+Blue) = 170+143+7=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F07 is #5570F8. Grayscale: #888888. Windows color (decimal): -5599481 or 495530. OLE color: 495530.

HSL color Cylindrical-coordinate representation of color #AA8F07: hue angle of 50.06º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA8F07 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 7 -
CMYK 0 0.16 0.96 0.33
HSL 50.06º 0.92% 0.35% -
HSV(B) 50.06º 0.96% 0.67% -
XYZ 26.44 28.21 4.25 -
YUV 135.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 170 143 7 0 0.16 0.96 0.33 50.06 0.92 0.35
Hex AA 8F 7 0 10 60 21 32 5C 23
Octal 252 217 7 0 20 140 41 62 134 43
Binary 10101010 10001111 111 0 10000 1100000 100001 110010 1011100 100011

Color Harmonies of #AA8F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F07

Black with #AA8F07

Text Example


Text Example

White with #AA8F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F07; }

 p { color: rgb(170,143,7); }

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

background-color css

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

 a { background-color: rgb(170,143,7); }

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

border-color css

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

 span { border-color: rgb(170,143,7); }

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