Html Css Color HEX #ADA008 Lucky

📋 copy color: '#ADA008'

red 173 ◦ green 160 ◦ blue 8

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

Shades of Lucky #ADA008

Tints of Lucky #ADA008

RGB

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

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

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

R = 50.73%
G = 46.92%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA008 (or 0xADA008) is known color: Lucky. HEX triplet: AD, A0 and 08. RGB value is (173,160,8). Sum of RGB (Red+Green+Blue) = 173+160+8=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA008 is #525FF7. Grayscale: #939393. Windows color (decimal): -5398520 or 565421. OLE color: 565421.

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

Color convert

RGB 173 160 8 -
CMYK 0 0.08 0.95 0.32
HSL 55.27º 0.91% 0.35% -
HSV(B) 55.27º 0.95% 0.68% -
XYZ 29.85 34.04 5.23 -
YUV 146.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 173 160 8 0 0.08 0.95 0.32 55.27 0.91 0.35
Hex AD A0 8 0 8 5F 20 37 5B 23
Octal 255 240 10 0 10 137 40 67 133 43
Binary 10101101 10100000 1000 0 1000 1011111 100000 110111 1011011 100011

Color Harmonies of #ADA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA008

Black with #ADA008

Text Example


Text Example

White with #ADA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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