Html Css Color HEX #AD9901 Lucky

📋 copy color: '#AD9901'

red 173 ◦ green 153 ◦ blue 1

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

Shades of Lucky #AD9901

Tints of Lucky #AD9901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 52.91%
G = 46.79%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9901 (or 0xAD9901) is known color: Lucky. HEX triplet: AD, 99 and 01. RGB value is (173,153,1). Sum of RGB (Red+Green+Blue) = 173+153+1=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9901 is #5266FE. Grayscale: #8E8E8E. Windows color (decimal): -5400319 or 104877. OLE color: 104877.

HSL color Cylindrical-coordinate representation of color #AD9901: hue angle of 53.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD9901 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 1 -
CMYK 0 0.12 0.99 0.32
HSL 53.02º 0.99% 0.34% -
HSV(B) 53.02º 0.99% 0.68% -
XYZ 28.63 31.67 4.63 -
YUV 141.65 48.63 150.36 -
System Red Green Blue C M Y K H S L
Decimal 173 153 1 0 0.12 0.99 0.32 53.02 0.99 0.34
Hex AD 99 1 0 C 63 20 35 63 22
Octal 255 231 1 0 14 143 40 65 143 42
Binary 10101101 10011001 1 0 1100 1100011 100000 110101 1100011 100010

Color Harmonies of #AD9901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9901

Black with #AD9901

Text Example


Text Example

White with #AD9901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9901; }

 p { color: rgb(173,153,1); }

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

background-color css

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

 a { background-color: rgb(173,153,1); }

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

border-color css

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

 span { border-color: rgb(173,153,1); }

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