Html Css Color HEX #AF9900 Dark Goldenrod

📋 copy color: '#AF9900'

red 175 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #AF9900

Tints of Dark Goldenrod #AF9900

RGB

 RED value IS 175 (68.75% from 255) = 53.35%

 GREEN value IS 153 (60.16% from 255) = 46.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.35%
G = 46.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF9900 (or 0xAF9900) is known color: Dark Goldenrod. HEX triplet: AF, 99 and 00. RGB value is (175,153,0). Sum of RGB (Red+Green+Blue) = 175+153+0=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9900 is #5066FF. Grayscale: #8E8E8E. Windows color (decimal): -5269248 or 39343. OLE color: 39343.

HSL color Cylindrical-coordinate representation of color #AF9900: hue angle of 52.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF9900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 0 -
CMYK 0 0.13 1 0.31
HSL 52.46º 1% 0.34% -
HSV(B) 52.46º 1% 0.69% -
XYZ 29.07 31.9 4.62 -
YUV 142.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 175 153 0 0 0.13 1 0.31 52.46 1 0.34
Hex AF 99 0 0 D 64 1F 34 64 22
Octal 257 231 0 0 15 144 37 64 144 42
Binary 10101111 10011001 0 0 1101 1100100 11111 110100 1100100 100010

Color Harmonies of #AF9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9900

Black with #AF9900

Text Example


Text Example

White with #AF9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9900; }

 p { color: rgb(175,153,0); }

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

background-color css

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

 a { background-color: rgb(175,153,0); }

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

border-color css

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

 span { border-color: rgb(175,153,0); }

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