#AF9901

Color #AF9901 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AF9901

Tints of Dark Goldenrod #AF9901

Color information

#AF9901 (or 0xAF9901) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 99 and 01. RGB value is (175,153,1). Sum of RGB (Red+Green+Blue) = 175+153+1=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9901 is #5066FE. Grayscale: #8E8E8E. Windows color (decimal): -5269247 or 104879. OLE color: 104879.

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

Color convert

RGB1751531-
CMYK00.130.990.31
HSL52.41º98.86%34.51%-
HSV(B)52.41º99.43%68.63%-
XYZ29.0831.94.65-
YUV142.2548.29151.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=53.19%
G=46.50%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175153100.130.990.3152.4198.8634.51
HexAF9910D631F346323
Octal2572311015143376414343
Binary10101111100110011011011100011111111101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9901; }

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

 H1.HeaderClassName
 {
   color: #AF9901;
 }
 .AnyTagClassName
 {
   color: #AF9901;
 }
</style>
background-color css

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

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

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

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

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

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