Html Css Color HEX #ADA107 Lucky

📋 copy color: '#ADA107'

red 173 ◦ green 161 ◦ blue 7

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

Shades of Lucky #ADA107

Tints of Lucky #ADA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 50.73%
G = 47.21%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#ADA107 (or 0xADA107) is known color: Lucky. HEX triplet: AD, A1 and 07. RGB value is (173,161,7). Sum of RGB (Red+Green+Blue) = 173+161+7=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA107 is #525EF8. Grayscale: #939393. Windows color (decimal): -5398265 or 500141. OLE color: 500141.

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

Color convert

RGB 173 161 7 -
CMYK 0 0.07 0.96 0.32
HSL 55.66º 0.92% 0.35% -
HSV(B) 55.66º 0.96% 0.68% -
XYZ 30.02 34.39 5.26 -
YUV 147.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 173 161 7 0 0.07 0.96 0.32 55.66 0.92 0.35
Hex AD A1 7 0 7 60 20 38 5C 23
Octal 255 241 7 0 7 140 40 70 134 43
Binary 10101101 10100001 111 0 111 1100000 100000 111000 1011100 100011

Color Harmonies of #ADA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA107

Black with #ADA107

Text Example


Text Example

White with #ADA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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