Html Css Color HEX #ADA023 Lucky

📋 copy color: '#ADA023'

red 173 ◦ green 160 ◦ blue 35

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

Shades of Lucky #ADA023

Tints of Lucky #ADA023

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.48%

 BLUE value IS 35 (14.06% from 255) = 9.51%

R = 47.01%
G = 43.48%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#ADA023 (or 0xADA023) is known color: Lucky. HEX triplet: AD, A0 and 23. RGB value is (173,160,35). Sum of RGB (Red+Green+Blue) = 173+160+35=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA023 is #525FDC. Grayscale: #969696. Windows color (decimal): -5398493 or 2334893. OLE color: 2334893.

HSL color Cylindrical-coordinate representation of color #ADA023: hue angle of 54.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADA023 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 35 -
CMYK 0 0.08 0.80 0.32
HSL 54.35º 0.66% 0.41% -
HSV(B) 54.35º 0.8% 0.68% -
XYZ 30.11 34.15 6.59 -
YUV 149.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 173 160 35 0 0.08 0.80 0.32 54.35 0.66 0.41
Hex AD A0 23 0 8 50 20 36 42 29
Octal 255 240 43 0 10 120 40 66 102 51
Binary 10101101 10100000 100011 0 1000 1010000 100000 110110 1000010 101001

Color Harmonies of #ADA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA023

Black with #ADA023

Text Example


Text Example

White with #ADA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA023; }

 p { color: rgb(173,160,35); }

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

background-color css

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

 a { background-color: rgb(173,160,35); }

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

border-color css

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

 span { border-color: rgb(173,160,35); }

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