#AD9822

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

Shades of Lucky #AD9822

Tints of Lucky #AD9822

Color information

#AD9822 (or 0xAD9822) is unknown color: approx Lucky. HEX triplet: AD, 98 and 22. RGB value is (173,152,34). Sum of RGB (Red+Green+Blue) = 173+152+34=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9822 is #5267DD. Grayscale: #919191. Windows color (decimal): -5400542 or 2267309. OLE color: 2267309.

HSL color Cylindrical-coordinate representation of color #AD9822: hue angle of 50.94º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD9822 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17315234-
CMYK00.120.800.32
HSL50.94º67.15%40.59%-
HSV(B)50.94º80.35%67.84%-
XYZ28.7531.466.07-
YUV144.8365.46148.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 34 (13.67% from 255) = 9.47%
R=48.19%
G=42.34%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731523400.120.800.3250.9467.1540.59
HexAD98220C5020334329
Octal25523042014120406310351
Binary10101101100110001000100110010100001000001100111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9822; }

 p { color: rgb(173,152,34); }

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

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

 a { background-color: rgb(173,152,34); }

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

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

 span { border-color: rgb(173,152,34); }

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