#AF9A00

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

Shades of Lucky #AF9A00

Tints of Lucky #AF9A00

Color information

#AF9A00 (or 0xAF9A00) is unknown color: approx Lucky. HEX triplet: AF, 9A and 00. RGB value is (175,154,0). Sum of RGB (Red+Green+Blue) = 175+154+0=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A00 is #5065FF. Grayscale: #8F8F8F. Windows color (decimal): -5268992 or 39599. OLE color: 39599.

HSL color Cylindrical-coordinate representation of color #AF9A00: hue angle of 52.8º 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 #AF9A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751540-
CMYK00.1210.31
HSL52.8º100%34.31%-
HSV(B)52.8º100%68.63%-
XYZ29.2332.234.68-
YUV142.7247.46151.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.19%
G=46.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175154000.1210.3152.810034.31
HexAF9A00C641F356422
Octal2572320014144376514442
Binary10101111100110100011001100100111111101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A00; }

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

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

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

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

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

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

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

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