#AD8A1A

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

Shades of Lucky #AD8A1A

Tints of Lucky #AD8A1A

Color information

#AD8A1A (or 0xAD8A1A) is unknown color: approx Lucky. HEX triplet: AD, 8A and 1A. RGB value is (173,138,26). Sum of RGB (Red+Green+Blue) = 173+138+26=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A1A is #5275E5. Grayscale: #888888. Windows color (decimal): -5404134 or 1739437. OLE color: 1739437.

HSL color Cylindrical-coordinate representation of color #AD8A1A: hue angle of 45.71º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD8A1A is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB17313826-
CMYK00.200.850.32
HSL45.71º73.87%39.02%-
HSV(B)45.71º84.97%67.84%-
XYZ26.5127.144.82-
YUV135.766.1154.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=51.34%
G=40.95%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731382600.200.850.3245.7173.8739.02
HexAD8A1A01455202e4a27
Octal25521232024125405611247
Binary10101101100010101101001010010101011000001011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A1A; }

 p { color: rgb(173,138,26); }

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

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

 a { background-color: rgb(173,138,26); }

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

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

 span { border-color: rgb(173,138,26); }

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