Html Css Color HEX #A1898E Venus

📋 copy color: '#A1898E'

red 161 ◦ green 137 ◦ blue 142

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

Shades of Venus #A1898E

Tints of Venus #A1898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 36.59%
G = 31.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1898E (or 0xA1898E) is known color: Venus. HEX triplet: A1, 89 and 8E. RGB value is (161,137,142). Sum of RGB (Red+Green+Blue) = 161+137+142=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1898E is #5E7671. Grayscale: #909090. Windows color (decimal): -6190706 or 9341345. OLE color: 9341345.

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

Color convert

RGB 161 137 142 -
CMYK 0 0.15 0.12 0.37
HSL 347.5º 0.11% 0.58% -
HSV(B) 347.5º 0.15% 0.63% -
XYZ 28.53 27.42 29.38 -
YUV 144.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 161 137 142 0 0.15 0.12 0.37 347.5 0.11 0.58
Hex A1 89 8E 0 F C 25 15C B 3A
Octal 241 211 216 0 17 14 45 534 13 72
Binary 10100001 10001001 10001110 0 1111 1100 100101 101011100 1011 111010

Color Harmonies of #A1898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1898E

Black with #A1898E

Text Example


Text Example

White with #A1898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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