Html Css Color HEX #ADA108 Lucky

📋 copy color: '#ADA108'

red 173 ◦ green 161 ◦ blue 8

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

Shades of Lucky #ADA108

Tints of Lucky #ADA108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 50.58%
G = 47.08%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA108 (or 0xADA108) is known color: Lucky. HEX triplet: AD, A1 and 08. RGB value is (173,161,8). Sum of RGB (Red+Green+Blue) = 173+161+8=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA108 is #525EF7. Grayscale: #939393. Windows color (decimal): -5398264 or 565677. OLE color: 565677.

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

Color convert

RGB 173 161 8 -
CMYK 0 0.07 0.95 0.32
HSL 55.64º 0.91% 0.35% -
HSV(B) 55.64º 0.95% 0.68% -
XYZ 30.02 34.39 5.29 -
YUV 147.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 173 161 8 0 0.07 0.95 0.32 55.64 0.91 0.35
Hex AD A1 8 0 7 5F 20 38 5B 23
Octal 255 241 10 0 7 137 40 70 133 43
Binary 10101101 10100001 1000 0 111 1011111 100000 111000 1011011 100011

Color Harmonies of #ADA108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA108

Black with #ADA108

Text Example


Text Example

White with #ADA108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA108; }

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

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

background-color css

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

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

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

border-color css

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

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

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