#AF9319

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

Shades of Lucky #AF9319

Tints of Lucky #AF9319

Color information

#AF9319 (or 0xAF9319) is unknown color: approx Lucky. HEX triplet: AF, 93 and 19. RGB value is (175,147,25). Sum of RGB (Red+Green+Blue) = 175+147+25=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9319 is #506CE6. Grayscale: #8D8D8D. Windows color (decimal): -5270759 or 1676207. OLE color: 1676207.

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

Color convert

RGB17514725-
CMYK00.160.860.31
HSL48.8º75%39.22%-
HSV(B)48.8º85.71%68.63%-
XYZ28.2930.055.23-
YUV141.4662.28151.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 25 (10.16% from 255) = 7.20%
R=50.43%
G=42.36%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751472500.160.860.3148.87539.22
HexAF9319010561F314b27
Octal25722331020126376111347
Binary1010111110010011110010100001010110111111100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9319; }

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

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

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

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

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

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

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

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