Html Css Color HEX #A18C16 Lucky

📋 copy color: '#A18C16'

red 161 ◦ green 140 ◦ blue 22

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

Shades of Lucky #A18C16

Tints of Lucky #A18C16

RGB

 RED value IS 161 (63.28% from 255) = 49.85%

 GREEN value IS 140 (55.08% from 255) = 43.34%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 49.85%
G = 43.34%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A18C16 (or 0xA18C16) is known color: Lucky. HEX triplet: A1, 8C and 16. RGB value is (161,140,22). Sum of RGB (Red+Green+Blue) = 161+140+22=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C16 is #5E73E9. Grayscale: #858585. Windows color (decimal): -6190058 or 1477793. OLE color: 1477793.

HSL color Cylindrical-coordinate representation of color #A18C16: hue angle of 50.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18C16 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 22 -
CMYK 0 0.13 0.86 0.37
HSL 50.94º 0.76% 0.36% -
HSV(B) 50.94º 0.86% 0.63% -
XYZ 24.22 26.39 4.58 -
YUV 132.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 161 140 22 0 0.13 0.86 0.37 50.94 0.76 0.36
Hex A1 8C 16 0 D 56 25 33 4C 24
Octal 241 214 26 0 15 126 45 63 114 44
Binary 10100001 10001100 10110 0 1101 1010110 100101 110011 1001100 100100

Color Harmonies of #A18C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C16

Black with #A18C16

Text Example


Text Example

White with #A18C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C16; }

 p { color: rgb(161,140,22); }

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

background-color css

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

 a { background-color: rgb(161,140,22); }

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

border-color css

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

 span { border-color: rgb(161,140,22); }

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