Html Css Color HEX #A18D12 Lucky

📋 copy color: '#A18D12'

red 161 ◦ green 141 ◦ blue 18

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

Shades of Lucky #A18D12

Tints of Lucky #A18D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 50.31%
G = 44.06%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18D12 (or 0xA18D12) is known color: Lucky. HEX triplet: A1, 8D and 12. RGB value is (161,141,18). Sum of RGB (Red+Green+Blue) = 161+141+18=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D12 is #5E72ED. Grayscale: #858585. Windows color (decimal): -6189806 or 1215905. OLE color: 1215905.

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

Color convert

RGB 161 141 18 -
CMYK 0 0.12 0.89 0.37
HSL 51.61º 0.8% 0.35% -
HSV(B) 51.61º 0.89% 0.63% -
XYZ 24.33 26.67 4.44 -
YUV 132.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 161 141 18 0 0.12 0.89 0.37 51.61 0.8 0.35
Hex A1 8D 12 0 C 59 25 34 50 23
Octal 241 215 22 0 14 131 45 64 120 43
Binary 10100001 10001101 10010 0 1100 1011001 100101 110100 1010000 100011

Color Harmonies of #A18D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D12

Black with #A18D12

Text Example


Text Example

White with #A18D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D12; }

 p { color: rgb(161,141,18); }

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

background-color css

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

 a { background-color: rgb(161,141,18); }

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

border-color css

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

 span { border-color: rgb(161,141,18); }

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