#AF970F

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

Shades of Lucky #AF970F

Tints of Lucky #AF970F

Color information

#AF970F (or 0xAF970F) is unknown color: approx Lucky. HEX triplet: AF, 97 and 0F. RGB value is (175,151,15). Sum of RGB (Red+Green+Blue) = 175+151+15=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF970F is #5068F0. Grayscale: #8F8F8F. Windows color (decimal): -5269745 or 1021871. OLE color: 1021871.

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

Color convert

RGB17515115-
CMYK00.140.910.31
HSL51º84.21%37.25%-
HSV(B)51º91.43%68.63%-
XYZ28.8331.284.97-
YUV142.6755.95151.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=51.32%
G=44.28%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751511500.140.910.315184.2137.25
HexAF97F0E5B1F335425
Octal25722717016133376312445
Binary10101111100101111111011101011011111111100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF970F; }

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

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

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

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

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

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

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

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