Html Css Color HEX #AD901C Lucky

📋 copy color: '#AD901C'

red 173 ◦ green 144 ◦ blue 28

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

Shades of Lucky #AD901C

Tints of Lucky #AD901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 50.14%
G = 41.74%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD901C (or 0xAD901C) is known color: Lucky. HEX triplet: AD, 90 and 1C. RGB value is (173,144,28). Sum of RGB (Red+Green+Blue) = 173+144+28=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD901C is #526FE3. Grayscale: #8B8B8B. Windows color (decimal): -5402596 or 1872045. OLE color: 1872045.

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

Color convert

RGB 173 144 28 -
CMYK 0 0.17 0.84 0.32
HSL 48º 0.72% 0.39% -
HSV(B) 48º 0.84% 0.68% -
XYZ 27.42 28.91 5.23 -
YUV 139.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 173 144 28 0 0.17 0.84 0.32 48 0.72 0.39
Hex AD 90 1C 0 11 54 20 30 48 27
Octal 255 220 34 0 21 124 40 60 110 47
Binary 10101101 10010000 11100 0 10001 1010100 100000 110000 1001000 100111

Color Harmonies of #AD901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD901C

Black with #AD901C

Text Example


Text Example

White with #AD901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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