#AF9A0E

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

Shades of Lucky #AF9A0E

Tints of Lucky #AF9A0E

Color information

#AF9A0E (or 0xAF9A0E) is unknown color: approx Lucky. HEX triplet: AF, 9A and 0E. RGB value is (175,154,14). Sum of RGB (Red+Green+Blue) = 175+154+14=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A0E is #5065F1. Grayscale: #909090. Windows color (decimal): -5268978 or 957103. OLE color: 957103.

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

Color convert

RGB17515414-
CMYK00.120.920.31
HSL52.17º85.19%37.06%-
HSV(B)52.17º92%68.63%-
XYZ29.3132.265.1-
YUV144.3254.46149.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 14 (5.86% from 255) = 4.08%
R=51.02%
G=44.90%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751541400.120.920.3152.1785.1937.06
HexAF9AE0C5C1F345525
Octal25723216014134376412545
Binary10101111100110101110011001011100111111101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A0E; }

 p { color: rgb(175,154,14); }

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

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

 a { background-color: rgb(175,154,14); }

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

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

 span { border-color: rgb(175,154,14); }

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