#AF901C

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

Shades of Lucky #AF901C

Tints of Lucky #AF901C

Color information

#AF901C (or 0xAF901C) is unknown color: approx Lucky. HEX triplet: AF, 90 and 1C. RGB value is (175,144,28). Sum of RGB (Red+Green+Blue) = 175+144+28=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901C is #506FE3. Grayscale: #8C8C8C. Windows color (decimal): -5271524 or 1872047. OLE color: 1872047.

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

Color convert

RGB17514428-
CMYK00.180.840.31
HSL47.35º72.41%39.8%-
HSV(B)47.35º84%68.63%-
XYZ27.8629.145.26-
YUV140.0464.77152.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=50.43%
G=41.50%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751442800.180.840.3147.3572.4139.8
HexAF901C012541F2f4828
Octal25722034022124375711050
Binary1010111110010000111000100101010100111111011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF901C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF901C; }

 p { color: rgb(175,144,28); }

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

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

 a { background-color: rgb(175,144,28); }

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

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

 span { border-color: rgb(175,144,28); }

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