Html Css Color HEX #ADA106 Lucky

📋 copy color: '#ADA106'

red 173 ◦ green 161 ◦ blue 6

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

Shades of Lucky #ADA106

Tints of Lucky #ADA106

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.35%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 50.88%
G = 47.35%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADA106 (or 0xADA106) is known color: Lucky. HEX triplet: AD, A1 and 06. RGB value is (173,161,6). Sum of RGB (Red+Green+Blue) = 173+161+6=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA106 is #525EF9. Grayscale: #939393. Windows color (decimal): -5398266 or 434605. OLE color: 434605.

HSL color Cylindrical-coordinate representation of color #ADA106: hue angle of 55.69º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADA106 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 6 -
CMYK 0 0.07 0.97 0.32
HSL 55.69º 0.93% 0.35% -
HSV(B) 55.69º 0.97% 0.68% -
XYZ 30.01 34.39 5.23 -
YUV 146.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 173 161 6 0 0.07 0.97 0.32 55.69 0.93 0.35
Hex AD A1 6 0 7 61 20 38 5D 23
Octal 255 241 6 0 7 141 40 70 135 43
Binary 10101101 10100001 110 0 111 1100001 100000 111000 1011101 100011

Color Harmonies of #ADA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA106

Black with #ADA106

Text Example


Text Example

White with #ADA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA106; }

 p { color: rgb(173,161,6); }

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

background-color css

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

 a { background-color: rgb(173,161,6); }

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

border-color css

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

 span { border-color: rgb(173,161,6); }

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