Html Css Color HEX #AD9C1A Lucky

📋 copy color: '#AD9C1A'

red 173 ◦ green 156 ◦ blue 26

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

Shades of Lucky #AD9C1A

Tints of Lucky #AD9C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 48.73%
G = 43.94%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD9C1A (or 0xAD9C1A) is known color: Lucky. HEX triplet: AD, 9C and 1A. RGB value is (173,156,26). Sum of RGB (Red+Green+Blue) = 173+156+26=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C1A is #5263E5. Grayscale: #929292. Windows color (decimal): -5399526 or 1744045. OLE color: 1744045.

HSL color Cylindrical-coordinate representation of color #AD9C1A: hue angle of 53.06º 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 #AD9C1A is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 156 26 -
CMYK 0 0.10 0.85 0.32
HSL 53.06º 0.74% 0.39% -
HSV(B) 53.06º 0.85% 0.68% -
XYZ 29.31 32.74 5.75 -
YUV 146.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 173 156 26 0 0.10 0.85 0.32 53.06 0.74 0.39
Hex AD 9C 1A 0 A 55 20 35 4A 27
Octal 255 234 32 0 12 125 40 65 112 47
Binary 10101101 10011100 11010 0 1010 1010101 100000 110101 1001010 100111

Color Harmonies of #AD9C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C1A

Black with #AD9C1A

Text Example


Text Example

White with #AD9C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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