Html Css Color HEX #AD970B Lucky

📋 copy color: '#AD970B'

red 173 ◦ green 151 ◦ blue 11

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

Shades of Lucky #AD970B

Tints of Lucky #AD970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 51.64%
G = 45.07%
B = 3.28%

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

#AD970B (or 0xAD970B) is known color: Lucky. HEX triplet: AD, 97 and 0B. RGB value is (173,151,11). Sum of RGB (Red+Green+Blue) = 173+151+11=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD970B is #5268F4. Grayscale: #8E8E8E. Windows color (decimal): -5400821 or 759725. OLE color: 759725.

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

Color convert

RGB 173 151 11 -
CMYK 0 0.13 0.94 0.32
HSL 51.85º 0.88% 0.36% -
HSV(B) 51.85º 0.94% 0.68% -
XYZ 28.36 31.04 4.81 -
YUV 141.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 173 151 11 0 0.13 0.94 0.32 51.85 0.88 0.36
Hex AD 97 B 0 D 5E 20 34 58 24
Octal 255 227 13 0 15 136 40 64 130 44
Binary 10101101 10010111 1011 0 1101 1011110 100000 110100 1011000 100100

Color Harmonies of #AD970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD970B

Black with #AD970B

Text Example


Text Example

White with #AD970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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