#AF9619

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

Shades of Lucky #AF9619

Tints of Lucky #AF9619

Color information

#AF9619 (or 0xAF9619) is unknown color: approx Lucky. HEX triplet: AF, 96 and 19. RGB value is (175,150,25). Sum of RGB (Red+Green+Blue) = 175+150+25=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9619 is #5069E6. Grayscale: #8F8F8F. Windows color (decimal): -5269991 or 1676975. OLE color: 1676975.

HSL color Cylindrical-coordinate representation of color #AF9619: hue angle of 50º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF9619 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17515025-
CMYK00.140.860.31
HSL50º75%39.22%-
HSV(B)50º85.71%68.63%-
XYZ28.76315.39-
YUV143.2261.28150.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 7.14%
R=50%
G=42.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751502500.140.860.31507539.22
HexAF96190E561F324b27
Octal25722631016126376211347
Binary101011111001011011001011101010110111111100101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9619; }

 p { color: rgb(175,150,25); }

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

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

 a { background-color: rgb(175,150,25); }

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

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

 span { border-color: rgb(175,150,25); }

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