Html Css Color HEX #AD9703 Lucky

📋 copy color: '#AD9703'

red 173 ◦ green 151 ◦ blue 3

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

Shades of Lucky #AD9703

Tints of Lucky #AD9703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 52.91%
G = 46.18%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9703 (or 0xAD9703) is known color: Lucky. HEX triplet: AD, 97 and 03. RGB value is (173,151,3). Sum of RGB (Red+Green+Blue) = 173+151+3=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9703 is #5268FC. Grayscale: #8D8D8D. Windows color (decimal): -5400829 or 235437. OLE color: 235437.

HSL color Cylindrical-coordinate representation of color #AD9703: hue angle of 52.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD9703 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 3 -
CMYK 0 0.13 0.98 0.32
HSL 52.24º 0.97% 0.35% -
HSV(B) 52.24º 0.98% 0.68% -
XYZ 28.32 31.02 4.58 -
YUV 140.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 173 151 3 0 0.13 0.98 0.32 52.24 0.97 0.35
Hex AD 97 3 0 D 62 20 34 61 23
Octal 255 227 3 0 15 142 40 64 141 43
Binary 10101101 10010111 11 0 1101 1100010 100000 110100 1100001 100011

Color Harmonies of #AD9703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9703

Black with #AD9703

Text Example


Text Example

White with #AD9703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9703; }

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

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

background-color css

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

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

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

border-color css

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

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

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