#af9b0c

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

Shades of Lucky #AF9B0C

Tints of Lucky #AF9B0C

Color information

#AF9B0C (or 0xAF9B0C) is unknown color: approx Lucky. HEX triplet: AF, 9B and 0C. RGB value is (175,155,12). Sum of RGB (Red+Green+Blue) = 175+155+12=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9B0C is #5064F3. Grayscale: #919191. Windows color (decimal): -5268724 or 826287. OLE color: 826287.

HSL color Cylindrical-coordinate representation of color #AF9B0C: hue angle of 52.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF9B0C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17515512-
CMYK00.110.930.31
HSL52.64º87.17%36.67%-
HSV(B)52.64º93.14%68.63%-
XYZ29.4732.585.08-
YUV144.6853.13149.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 12 (5.08% from 255) = 3.51%
R=51.17%
G=45.32%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751551200.110.930.3152.6487.1736.67
HexAF9BC0B5D1F355725
Octal25723314013135376512745
Binary10101111100110111100010111011101111111101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9b0c; }

 p { color: rgb(175,155,12); }

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

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

 a { background-color: rgb(175,155,12); }

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

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

 span { border-color: rgb(175,155,12); }

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