#afa319

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

Shades of Lucky #AFA319

Tints of Lucky #AFA319

Color information

#AFA319 (or 0xAFA319) is unknown color: approx Lucky. HEX triplet: AF, A3 and 19. RGB value is (175,163,25). Sum of RGB (Red+Green+Blue) = 175+163+25=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA319 is #505CE6. Grayscale: #979797. Windows color (decimal): -5266663 or 1680303. OLE color: 1680303.

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

Color convert

RGB17516325-
CMYK00.070.860.31
HSL55.2º75%39.22%-
HSV(B)55.2º85.71%68.63%-
XYZ30.9535.386.12-
YUV150.8656.98145.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 25 (10.16% from 255) = 6.89%
R=48.21%
G=44.90%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751632500.070.860.3155.27539.22
HexAFA31907561F374b27
Octal2572433107126376711347
Binary10101111101000111100101111010110111111101111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa319; }

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

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

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

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

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

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

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

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