Html Css Color HEX #A18F11 Lucky

📋 copy color: '#A18F11'

red 161 ◦ green 143 ◦ blue 17

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

Shades of Lucky #A18F11

Tints of Lucky #A18F11

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 50.16%
G = 44.55%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18F11 (or 0xA18F11) is known color: Lucky. HEX triplet: A1, 8F and 11. RGB value is (161,143,17). Sum of RGB (Red+Green+Blue) = 161+143+17=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F11 is #5E70EE. Grayscale: #868686. Windows color (decimal): -6189295 or 1150881. OLE color: 1150881.

HSL color Cylindrical-coordinate representation of color #A18F11: hue angle of 52.5º degrees, saturation: 0.81, 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 #A18F11 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 143 17 -
CMYK 0 0.11 0.89 0.37
HSL 52.5º 0.81% 0.35% -
HSV(B) 52.5º 0.89% 0.63% -
XYZ 24.62 27.26 4.49 -
YUV 134.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 161 143 17 0 0.11 0.89 0.37 52.5 0.81 0.35
Hex A1 8F 11 0 B 59 25 34 51 23
Octal 241 217 21 0 13 131 45 64 121 43
Binary 10100001 10001111 10001 0 1011 1011001 100101 110100 1010001 100011

Color Harmonies of #A18F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F11

Black with #A18F11

Text Example


Text Example

White with #A18F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F11; }

 p { color: rgb(161,143,17); }

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

background-color css

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

 a { background-color: rgb(161,143,17); }

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

border-color css

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

 span { border-color: rgb(161,143,17); }

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