Html Css Color HEX #AD901A Lucky

📋 copy color: '#AD901A'

red 173 ◦ green 144 ◦ blue 26

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

Shades of Lucky #AD901A

Tints of Lucky #AD901A

RGB

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

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

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

R = 50.44%
G = 41.98%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD901A (or 0xAD901A) is known color: Lucky. HEX triplet: AD, 90 and 1A. RGB value is (173,144,26). Sum of RGB (Red+Green+Blue) = 173+144+26=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD901A is #526FE5. Grayscale: #8B8B8B. Windows color (decimal): -5402598 or 1740973. OLE color: 1740973.

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

Color convert

RGB 173 144 26 -
CMYK 0 0.17 0.85 0.32
HSL 48.16º 0.74% 0.39% -
HSV(B) 48.16º 0.85% 0.68% -
XYZ 27.39 28.91 5.11 -
YUV 139.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 173 144 26 0 0.17 0.85 0.32 48.16 0.74 0.39
Hex AD 90 1A 0 11 55 20 30 4A 27
Octal 255 220 32 0 21 125 40 60 112 47
Binary 10101101 10010000 11010 0 10001 1010101 100000 110000 1001010 100111

Color Harmonies of #AD901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD901A

Black with #AD901A

Text Example


Text Example

White with #AD901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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