#af9f0f

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

Shades of Lucky #AF9F0F

Tints of Lucky #AF9F0F

Color information

#AF9F0F (or 0xAF9F0F) is unknown color: approx Lucky. HEX triplet: AF, 9F and 0F. RGB value is (175,159,15). Sum of RGB (Red+Green+Blue) = 175+159+15=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9F0F is #5060F0. Grayscale: #939393. Windows color (decimal): -5267697 or 1023919. OLE color: 1023919.

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

Color convert

RGB17515915-
CMYK00.090.910.31
HSL54º84.21%37.25%-
HSV(B)54º91.43%68.63%-
XYZ30.1633.945.41-
YUV147.3753.3147.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 15 (6.25% from 255) = 4.30%
R=50.14%
G=45.56%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751591500.090.910.315484.2137.25
HexAF9FF095B1F365425
Octal25723717011133376612445
Binary10101111100111111111010011011011111111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9f0f; }

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

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

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

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

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

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

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

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