Html Css Color HEX #ADA01A Lucky

📋 copy color: '#ADA01A'

red 173 ◦ green 160 ◦ blue 26

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

Shades of Lucky #ADA01A

Tints of Lucky #ADA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.57%

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

R = 48.19%
G = 44.57%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA01A (or 0xADA01A) is known color: Lucky. HEX triplet: AD, A0 and 1A. RGB value is (173,160,26). Sum of RGB (Red+Green+Blue) = 173+160+26=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA01A is #525FE5. Grayscale: #959595. Windows color (decimal): -5398502 or 1745069. OLE color: 1745069.

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

Color convert

RGB 173 160 26 -
CMYK 0 0.08 0.85 0.32
HSL 54.69º 0.74% 0.39% -
HSV(B) 54.69º 0.85% 0.68% -
XYZ 29.99 34.1 5.98 -
YUV 148.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 173 160 26 0 0.08 0.85 0.32 54.69 0.74 0.39
Hex AD A0 1A 0 8 55 20 37 4A 27
Octal 255 240 32 0 10 125 40 67 112 47
Binary 10101101 10100000 11010 0 1000 1010101 100000 110111 1001010 100111

Color Harmonies of #ADA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA01A

Black with #ADA01A

Text Example


Text Example

White with #ADA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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