#AF9E0B

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

Shades of Lucky #AF9E0B

Tints of Lucky #AF9E0B

Color information

#AF9E0B (or 0xAF9E0B) is unknown color: approx Lucky. HEX triplet: AF, 9E and 0B. RGB value is (175,158,11). Sum of RGB (Red+Green+Blue) = 175+158+11=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E0B is #5061F4. Grayscale: #929292. Windows color (decimal): -5267957 or 761519. OLE color: 761519.

HSL color Cylindrical-coordinate representation of color #AF9E0B: hue angle of 53.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF9E0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17515811-
CMYK00.100.940.31
HSL53.78º88.17%36.47%-
HSV(B)53.78º93.71%68.63%-
XYZ29.9733.595.22-
YUV146.3251.63148.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=50.87%
G=45.93%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751581100.100.940.3153.7888.1736.47
HexAF9EB0A5E1F365824
Octal25723613012136376613044
Binary10101111100111101011010101011110111111101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E0B; }

 p { color: rgb(175,158,11); }

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

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

 a { background-color: rgb(175,158,11); }

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

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

 span { border-color: rgb(175,158,11); }

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