Html Css Color HEX #AD970A Lucky

📋 copy color: '#AD970A'

red 173 ◦ green 151 ◦ blue 10

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

Shades of Lucky #AD970A

Tints of Lucky #AD970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.21%

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

R = 51.8%
G = 45.21%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD970A (or 0xAD970A) is known color: Lucky. HEX triplet: AD, 97 and 0A. RGB value is (173,151,10). Sum of RGB (Red+Green+Blue) = 173+151+10=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD970A is #5268F5. Grayscale: #8E8E8E. Windows color (decimal): -5400822 or 694189. OLE color: 694189.

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

Color convert

RGB 173 151 10 -
CMYK 0 0.13 0.94 0.32
HSL 51.9º 0.89% 0.36% -
HSV(B) 51.9º 0.94% 0.68% -
XYZ 28.35 31.04 4.78 -
YUV 141.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 173 151 10 0 0.13 0.94 0.32 51.9 0.89 0.36
Hex AD 97 A 0 D 5E 20 34 59 24
Octal 255 227 12 0 15 136 40 64 131 44
Binary 10101101 10010111 1010 0 1101 1011110 100000 110100 1011001 100100

Color Harmonies of #AD970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD970A

Black with #AD970A

Text Example


Text Example

White with #AD970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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