Html Css Color HEX #AD901D Lucky

📋 copy color: '#AD901D'

red 173 ◦ green 144 ◦ blue 29

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

Shades of Lucky #AD901D

Tints of Lucky #AD901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 50%
G = 41.62%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD901D (or 0xAD901D) is known color: Lucky. HEX triplet: AD, 90 and 1D. RGB value is (173,144,29). Sum of RGB (Red+Green+Blue) = 173+144+29=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD901D is #526FE2. Grayscale: #8C8C8C. Windows color (decimal): -5402595 or 1937581. OLE color: 1937581.

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

Color convert

RGB 173 144 29 -
CMYK 0 0.17 0.83 0.32
HSL 47.92º 0.71% 0.4% -
HSV(B) 47.92º 0.83% 0.68% -
XYZ 27.43 28.92 5.3 -
YUV 139.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 173 144 29 0 0.17 0.83 0.32 47.92 0.71 0.4
Hex AD 90 1D 0 11 53 20 30 47 28
Octal 255 220 35 0 21 123 40 60 107 50
Binary 10101101 10010000 11101 0 10001 1010011 100000 110000 1000111 101000

Color Harmonies of #AD901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD901D

Black with #AD901D

Text Example


Text Example

White with #AD901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD901D; }

 p { color: rgb(173,144,29); }

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

background-color css

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

 a { background-color: rgb(173,144,29); }

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

border-color css

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

 span { border-color: rgb(173,144,29); }

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