Html Css Color HEX #AD9605 Lucky

📋 copy color: '#AD9605'

red 173 ◦ green 150 ◦ blue 5

#AD9605
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #AD9605

Tints of Lucky #AD9605

RGB

 RED value IS 173 (67.97% from 255) = 52.74%

 GREEN value IS 150 (58.98% from 255) = 45.73%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 52.74%
G = 45.73%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9605 (or 0xAD9605) is known color: Lucky. HEX triplet: AD, 96 and 05. RGB value is (173,150,5). Sum of RGB (Red+Green+Blue) = 173+150+5=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9605 is #5269FA. Grayscale: #8C8C8C. Windows color (decimal): -5401083 or 366253. OLE color: 366253.

HSL color Cylindrical-coordinate representation of color #AD9605: hue angle of 51.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD9605 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 5 -
CMYK 0 0.13 0.97 0.32
HSL 51.79º 0.94% 0.35% -
HSV(B) 51.79º 0.97% 0.68% -
XYZ 28.17 30.71 4.59 -
YUV 140.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 173 150 5 0 0.13 0.97 0.32 51.79 0.94 0.35
Hex AD 96 5 0 D 61 20 34 5E 23
Octal 255 226 5 0 15 141 40 64 136 43
Binary 10101101 10010110 101 0 1101 1100001 100000 110100 1011110 100011

Color Harmonies of #AD9605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9605

Black with #AD9605

Text Example


Text Example

White with #AD9605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9605; }

 p { color: rgb(173,150,5); }

 H1.HeaderClassName
 {
   color: #AD9605;
 }
 .AnyTagClassName
 {
   color: #AD9605;
 }
</style>

background-color css

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

 a { background-color: rgb(173,150,5); }

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

border-color css

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

 span { border-color: rgb(173,150,5); }

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