Html Css Color HEX #ADA30A Lucky

📋 copy color: '#ADA30A'

red 173 ◦ green 163 ◦ blue 10

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

Shades of Lucky #ADA30A

Tints of Lucky #ADA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 50%
G = 47.11%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADA30A (or 0xADA30A) is known color: Lucky. HEX triplet: AD, A3 and 0A. RGB value is (173,163,10). Sum of RGB (Red+Green+Blue) = 173+163+10=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30A is #525CF5. Grayscale: #959595. Windows color (decimal): -5397750 or 697261. OLE color: 697261.

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

Color convert

RGB 173 163 10 -
CMYK 0 0.06 0.94 0.32
HSL 56.32º 0.89% 0.36% -
HSV(B) 56.32º 0.94% 0.68% -
XYZ 30.39 35.1 5.46 -
YUV 148.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 173 163 10 0 0.06 0.94 0.32 56.32 0.89 0.36
Hex AD A3 A 0 6 5E 20 38 59 24
Octal 255 243 12 0 6 136 40 70 131 44
Binary 10101101 10100011 1010 0 110 1011110 100000 111000 1011001 100100

Color Harmonies of #ADA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA30A

Black with #ADA30A

Text Example


Text Example

White with #ADA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA30A; }

 p { color: rgb(173,163,10); }

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

background-color css

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

 a { background-color: rgb(173,163,10); }

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

border-color css

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

 span { border-color: rgb(173,163,10); }

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