Html Css Color HEX #ADA123 Lucky

📋 copy color: '#ADA123'

red 173 ◦ green 161 ◦ blue 35

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

Shades of Lucky #ADA123

Tints of Lucky #ADA123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.49%

R = 46.88%
G = 43.63%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#ADA123 (or 0xADA123) is known color: Lucky. HEX triplet: AD, A1 and 23. RGB value is (173,161,35). Sum of RGB (Red+Green+Blue) = 173+161+35=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA123 is #525EDC. Grayscale: #969696. Windows color (decimal): -5398237 or 2335149. OLE color: 2335149.

HSL color Cylindrical-coordinate representation of color #ADA123: hue angle of 54.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADA123 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 35 -
CMYK 0 0.07 0.80 0.32
HSL 54.78º 0.66% 0.41% -
HSV(B) 54.78º 0.8% 0.68% -
XYZ 30.28 34.5 6.65 -
YUV 150.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 173 161 35 0 0.07 0.80 0.32 54.78 0.66 0.41
Hex AD A1 23 0 7 50 20 37 42 29
Octal 255 241 43 0 7 120 40 67 102 51
Binary 10101101 10100001 100011 0 111 1010000 100000 110111 1000010 101001

Color Harmonies of #ADA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA123

Black with #ADA123

Text Example


Text Example

White with #ADA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA123; }

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

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

background-color css

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

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

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

border-color css

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

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

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