Html Css Color HEX #A18C14 Lucky

📋 copy color: '#A18C14'

red 161 ◦ green 140 ◦ blue 20

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

Shades of Lucky #A18C14

Tints of Lucky #A18C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 50.16%
G = 43.61%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A18C14 (or 0xA18C14) is known color: Lucky. HEX triplet: A1, 8C and 14. RGB value is (161,140,20). Sum of RGB (Red+Green+Blue) = 161+140+20=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C14 is #5E73EB. Grayscale: #858585. Windows color (decimal): -6190060 or 1346721. OLE color: 1346721.

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

Color convert

RGB 161 140 20 -
CMYK 0 0.13 0.88 0.37
HSL 51.06º 0.78% 0.35% -
HSV(B) 51.06º 0.88% 0.63% -
XYZ 24.2 26.38 4.48 -
YUV 132.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 161 140 20 0 0.13 0.88 0.37 51.06 0.78 0.35
Hex A1 8C 14 0 D 58 25 33 4E 23
Octal 241 214 24 0 15 130 45 63 116 43
Binary 10100001 10001100 10100 0 1101 1011000 100101 110011 1001110 100011

Color Harmonies of #A18C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C14

Black with #A18C14

Text Example


Text Example

White with #A18C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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