#ad951f

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

Shades of Lucky #AD951F

Tints of Lucky #AD951F

Color information

#AD951F (or 0xAD951F) is unknown color: approx Lucky. HEX triplet: AD, 95 and 1F. RGB value is (173,149,31). Sum of RGB (Red+Green+Blue) = 173+149+31=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD951F is #526AE0. Grayscale: #8F8F8F. Windows color (decimal): -5401313 or 2069933. OLE color: 2069933.

HSL color Cylindrical-coordinate representation of color #AD951F: hue angle of 49.86º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD951F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17314931-
CMYK00.140.820.32
HSL49.86º69.61%40%-
HSV(B)49.86º82.08%67.84%-
XYZ28.2330.485.69-
YUV142.7264.95149.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=49.01%
G=42.21%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731493100.140.820.3249.8669.6140
HexAD951F0E5220324628
Octal25522537016122406210650
Binary1010110110010101111110111010100101000001100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad951f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad951f; }

 p { color: rgb(173,149,31); }

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

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

 a { background-color: rgb(173,149,31); }

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

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

 span { border-color: rgb(173,149,31); }

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