#AF990E

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

Shades of Lucky #AF990E

Tints of Lucky #AF990E

Color information

#AF990E (or 0xAF990E) is unknown color: approx Lucky. HEX triplet: AF, 99 and 0E. RGB value is (175,153,14). Sum of RGB (Red+Green+Blue) = 175+153+14=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990E is #5066F1. Grayscale: #909090. Windows color (decimal): -5269234 or 956847. OLE color: 956847.

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

Color convert

RGB17515314-
CMYK00.130.920.31
HSL51.8º85.19%37.06%-
HSV(B)51.8º92%68.63%-
XYZ29.1531.935.04-
YUV143.7354.79150.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 14 (5.86% from 255) = 4.09%
R=51.17%
G=44.74%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751531400.130.920.3151.885.1937.06
HexAF99E0D5C1F345525
Octal25723116015134376412545
Binary10101111100110011110011011011100111111101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF990E; }

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

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

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

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

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

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

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

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