Html Css Color HEX #AD9A02 Lucky

📋 copy color: '#AD9A02'

red 173 ◦ green 154 ◦ blue 2

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

Shades of Lucky #AD9A02

Tints of Lucky #AD9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.81%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 52.58%
G = 46.81%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9A02 (or 0xAD9A02) is known color: Lucky. HEX triplet: AD, 9A and 02. RGB value is (173,154,2). Sum of RGB (Red+Green+Blue) = 173+154+2=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A02 is #5265FD. Grayscale: #8E8E8E. Windows color (decimal): -5400062 or 170669. OLE color: 170669.

HSL color Cylindrical-coordinate representation of color #AD9A02: hue angle of 53.33º degrees, saturation: 0.98, 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 #AD9A02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 154 2 -
CMYK 0 0.11 0.99 0.32
HSL 53.33º 0.98% 0.34% -
HSV(B) 53.33º 0.99% 0.68% -
XYZ 28.8 32 4.72 -
YUV 142.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 173 154 2 0 0.11 0.99 0.32 53.33 0.98 0.34
Hex AD 9A 2 0 B 63 20 35 62 22
Octal 255 232 2 0 13 143 40 65 142 42
Binary 10101101 10011010 10 0 1011 1100011 100000 110101 1100010 100010

Color Harmonies of #AD9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A02

Black with #AD9A02

Text Example


Text Example

White with #AD9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A02; }

 p { color: rgb(173,154,2); }

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

background-color css

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

 a { background-color: rgb(173,154,2); }

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

border-color css

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

 span { border-color: rgb(173,154,2); }

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