#AFA400

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

Shades of Lucky #AFA400

Tints of Lucky #AFA400

Color information

#AFA400 (or 0xAFA400) is unknown color: approx Lucky. HEX triplet: AF, A4 and 00. RGB value is (175,164,0). Sum of RGB (Red+Green+Blue) = 175+164+0=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA400 is #505BFF. Grayscale: #959595. Windows color (decimal): -5266432 or 42159. OLE color: 42159.

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

Color convert

RGB1751640-
CMYK00.0610.31
HSL56.23º100%34.31%-
HSV(B)56.23º100%68.63%-
XYZ30.9535.665.25-
YUV148.5944.14146.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.62%
G=48.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175164000.0610.3156.2310034.31
HexAFA4006641F386422
Octal257244006144377014442
Binary1010111110100100001101100100111111110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA400; }

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

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

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

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

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

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

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

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