Html Css Color HEX #ADA21E Lucky

📋 copy color: '#ADA21E'

red 173 ◦ green 162 ◦ blue 30

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

Shades of Lucky #ADA21E

Tints of Lucky #ADA21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 47.4%
G = 44.38%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ADA21E (or 0xADA21E) is known color: Lucky. HEX triplet: AD, A2 and 1E. RGB value is (173,162,30). Sum of RGB (Red+Green+Blue) = 173+162+30=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA21E is #525DE1. Grayscale: #969696. Windows color (decimal): -5397986 or 2007725. OLE color: 2007725.

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

Color convert

RGB 173 162 30 -
CMYK 0 0.06 0.83 0.32
HSL 55.38º 0.7% 0.4% -
HSV(B) 55.38º 0.83% 0.68% -
XYZ 30.39 34.82 6.35 -
YUV 150.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 173 162 30 0 0.06 0.83 0.32 55.38 0.7 0.4
Hex AD A2 1E 0 6 53 20 37 46 28
Octal 255 242 36 0 6 123 40 67 106 50
Binary 10101101 10100010 11110 0 110 1010011 100000 110111 1000110 101000

Color Harmonies of #ADA21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA21E

Black with #ADA21E

Text Example


Text Example

White with #ADA21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA21E; }

 p { color: rgb(173,162,30); }

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

background-color css

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

 a { background-color: rgb(173,162,30); }

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

border-color css

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

 span { border-color: rgb(173,162,30); }

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