#AF9F24

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

Shades of Lucky #AF9F24

Tints of Lucky #AF9F24

Color information

#AF9F24 (or 0xAF9F24) is unknown color: approx Lucky. HEX triplet: AF, 9F and 24. RGB value is (175,159,36). Sum of RGB (Red+Green+Blue) = 175+159+36=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F24 is #5060DB. Grayscale: #969696. Windows color (decimal): -5267676 or 2400175. OLE color: 2400175.

HSL color Cylindrical-coordinate representation of color #AF9F24: hue angle of 53.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF9F24 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17515936-
CMYK00.090.790.31
HSL53.09º65.88%41.37%-
HSV(B)53.09º79.43%68.63%-
XYZ30.434.046.64-
YUV149.7663.8146-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 36 (14.45% from 255) = 9.73%
R=47.30%
G=42.97%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751593600.090.790.3153.0965.8841.37
HexAF9F24094F1F354229
Octal25723744011117376510251
Binary1010111110011111100100010011001111111111101011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F24; }

 p { color: rgb(175,159,36); }

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

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

 a { background-color: rgb(175,159,36); }

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

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

 span { border-color: rgb(175,159,36); }

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