Html Css Color HEX #ADA71A Lucky

📋 copy color: '#ADA71A'

red 173 ◦ green 167 ◦ blue 26

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

Shades of Lucky #ADA71A

Tints of Lucky #ADA71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.63%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 47.27%
G = 45.63%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#ADA71A (or 0xADA71A) is known color: Lucky. HEX triplet: AD, A7 and 1A. RGB value is (173,167,26). Sum of RGB (Red+Green+Blue) = 173+167+26=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA71A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA71A is #5258E5. Grayscale: #999999. Windows color (decimal): -5396710 or 1746861. OLE color: 1746861.

HSL color Cylindrical-coordinate representation of color #ADA71A: hue angle of 57.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADA71A is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 26 -
CMYK 0 0.03 0.85 0.32
HSL 57.55º 0.74% 0.39% -
HSV(B) 57.55º 0.85% 0.68% -
XYZ 31.24 36.6 6.39 -
YUV 152.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 173 167 26 0 0.03 0.85 0.32 57.55 0.74 0.39
Hex AD A7 1A 0 3 55 20 3A 4A 27
Octal 255 247 32 0 3 125 40 72 112 47
Binary 10101101 10100111 11010 0 11 1010101 100000 111010 1001010 100111

Color Harmonies of #ADA71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA71A

Black with #ADA71A

Text Example


Text Example

White with #ADA71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA71A; }

 p { color: rgb(173,167,26); }

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

background-color css

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

 a { background-color: rgb(173,167,26); }

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

border-color css

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

 span { border-color: rgb(173,167,26); }

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