Html Css Color HEX #ADA320 Lucky

📋 copy color: '#ADA320'

red 173 ◦ green 163 ◦ blue 32

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

Shades of Lucky #ADA320

Tints of Lucky #ADA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.29%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 47.01%
G = 44.29%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA320 (or 0xADA320) is known color: Lucky. HEX triplet: AD, A3 and 20. RGB value is (173,163,32). Sum of RGB (Red+Green+Blue) = 173+163+32=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA320 is #525CDF. Grayscale: #979797. Windows color (decimal): -5397728 or 2139053. OLE color: 2139053.

HSL color Cylindrical-coordinate representation of color #ADA320: hue angle of 55.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA320 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 32 -
CMYK 0 0.06 0.82 0.32
HSL 55.74º 0.69% 0.4% -
HSV(B) 55.74º 0.82% 0.68% -
XYZ 30.59 35.18 6.55 -
YUV 151.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 173 163 32 0 0.06 0.82 0.32 55.74 0.69 0.4
Hex AD A3 20 0 6 52 20 38 45 28
Octal 255 243 40 0 6 122 40 70 105 50
Binary 10101101 10100011 100000 0 110 1010010 100000 111000 1000101 101000

Color Harmonies of #ADA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA320

Black with #ADA320

Text Example


Text Example

White with #ADA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA320; }

 p { color: rgb(173,163,32); }

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

background-color css

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

 a { background-color: rgb(173,163,32); }

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

border-color css

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

 span { border-color: rgb(173,163,32); }

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