Html Css Color HEX #ADA210 Lucky

📋 copy color: '#ADA210'

red 173 ◦ green 162 ◦ blue 16

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

Shades of Lucky #ADA210

Tints of Lucky #ADA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 49.29%
G = 46.15%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#ADA210 (or 0xADA210) is known color: Lucky. HEX triplet: AD, A2 and 10. RGB value is (173,162,16). Sum of RGB (Red+Green+Blue) = 173+162+16=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA210 is #525DEF. Grayscale: #959595. Windows color (decimal): -5398000 or 1090221. OLE color: 1090221.

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

Color convert

RGB 173 162 16 -
CMYK 0 0.06 0.91 0.32
HSL 55.8º 0.83% 0.37% -
HSV(B) 55.8º 0.91% 0.68% -
XYZ 30.25 34.76 5.61 -
YUV 148.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 173 162 16 0 0.06 0.91 0.32 55.8 0.83 0.37
Hex AD A2 10 0 6 5B 20 38 53 25
Octal 255 242 20 0 6 133 40 70 123 45
Binary 10101101 10100010 10000 0 110 1011011 100000 111000 1010011 100101

Color Harmonies of #ADA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA210

Black with #ADA210

Text Example


Text Example

White with #ADA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA210; }

 p { color: rgb(173,162,16); }

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

background-color css

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

 a { background-color: rgb(173,162,16); }

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

border-color css

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

 span { border-color: rgb(173,162,16); }

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