Html Css Color HEX #ADA61B Lucky

📋 copy color: '#ADA61B'

red 173 ◦ green 166 ◦ blue 27

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

Shades of Lucky #ADA61B

Tints of Lucky #ADA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.36%

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 47.27%
G = 45.36%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA61B (or 0xADA61B) is known color: Lucky. HEX triplet: AD, A6 and 1B. RGB value is (173,166,27). Sum of RGB (Red+Green+Blue) = 173+166+27=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA61B is #5259E4. Grayscale: #989898. Windows color (decimal): -5396965 or 1812141. OLE color: 1812141.

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

Color convert

RGB 173 166 27 -
CMYK 0 0.04 0.84 0.32
HSL 57.12º 0.73% 0.39% -
HSV(B) 57.12º 0.84% 0.68% -
XYZ 31.07 36.24 6.39 -
YUV 152.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 173 166 27 0 0.04 0.84 0.32 57.12 0.73 0.39
Hex AD A6 1B 0 4 54 20 39 49 27
Octal 255 246 33 0 4 124 40 71 111 47
Binary 10101101 10100110 11011 0 100 1010100 100000 111001 1001001 100111

Color Harmonies of #ADA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA61B

Black with #ADA61B

Text Example


Text Example

White with #ADA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA61B; }

 p { color: rgb(173,166,27); }

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

background-color css

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

 a { background-color: rgb(173,166,27); }

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

border-color css

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

 span { border-color: rgb(173,166,27); }

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