Html Css Color HEX #A18B8E Venus

📋 copy color: '#A18B8E'

red 161 ◦ green 139 ◦ blue 142

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

Shades of Venus #A18B8E

Tints of Venus #A18B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 36.43%
G = 31.45%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A18B8E (or 0xA18B8E) is known color: Venus. HEX triplet: A1, 8B and 8E. RGB value is (161,139,142). Sum of RGB (Red+Green+Blue) = 161+139+142=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B8E is #5E7471. Grayscale: #919191. Windows color (decimal): -6190194 or 9341857. OLE color: 9341857.

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

Color convert

RGB 161 139 142 -
CMYK 0 0.14 0.12 0.37
HSL 351.82º 0.1% 0.59% -
HSV(B) 351.82º 0.14% 0.63% -
XYZ 28.81 28 29.48 -
YUV 145.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 161 139 142 0 0.14 0.12 0.37 351.82 0.1 0.59
Hex A1 8B 8E 0 E C 25 160 A 3B
Octal 241 213 216 0 16 14 45 540 12 73
Binary 10100001 10001011 10001110 0 1110 1100 100101 101100000 1010 111011

Color Harmonies of #A18B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B8E

Black with #A18B8E

Text Example


Text Example

White with #A18B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B8E; }

 p { color: rgb(161,139,142); }

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

background-color css

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

 a { background-color: rgb(161,139,142); }

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

border-color css

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

 span { border-color: rgb(161,139,142); }

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