Html Css Color HEX #ADA01B Lucky

📋 copy color: '#ADA01B'

red 173 ◦ green 160 ◦ blue 27

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

Shades of Lucky #ADA01B

Tints of Lucky #ADA01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 48.06%
G = 44.44%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA01B (or 0xADA01B) is known color: Lucky. HEX triplet: AD, A0 and 1B. RGB value is (173,160,27). Sum of RGB (Red+Green+Blue) = 173+160+27=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA01B is #525FE4. Grayscale: #959595. Windows color (decimal): -5398501 or 1810605. OLE color: 1810605.

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

Color convert

RGB 173 160 27 -
CMYK 0 0.08 0.84 0.32
HSL 54.66º 0.73% 0.39% -
HSV(B) 54.66º 0.84% 0.68% -
XYZ 30 34.1 6.04 -
YUV 148.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 173 160 27 0 0.08 0.84 0.32 54.66 0.73 0.39
Hex AD A0 1B 0 8 54 20 37 49 27
Octal 255 240 33 0 10 124 40 67 111 47
Binary 10101101 10100000 11011 0 1000 1010100 100000 110111 1001001 100111

Color Harmonies of #ADA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA01B

Black with #ADA01B

Text Example


Text Example

White with #ADA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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