Html Css Color HEX #A0898C Venus

📋 copy color: '#A0898C'

red 160 ◦ green 137 ◦ blue 140

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

Shades of Venus #A0898C

Tints of Venus #A0898C

RGB

 RED value IS 160 (62.89% from 255) = 36.61%

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

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 36.61%
G = 31.35%
B = 32.04%

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

#A0898C (or 0xA0898C) is known color: Venus. HEX triplet: A0, 89 and 8C. RGB value is (160,137,140). Sum of RGB (Red+Green+Blue) = 160+137+140=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0898C is #5F7673. Grayscale: #909090. Windows color (decimal): -6256244 or 9210272. OLE color: 9210272.

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

Color convert

RGB 160 137 140 -
CMYK 0 0.14 0.12 0.37
HSL 352.17º 0.11% 0.58% -
HSV(B) 352.17º 0.14% 0.63% -
XYZ 28.18 27.26 28.59 -
YUV 144.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 160 137 140 0 0.14 0.12 0.37 352.17 0.11 0.58
Hex A0 89 8C 0 E C 25 160 B 3A
Octal 240 211 214 0 16 14 45 540 13 72
Binary 10100000 10001001 10001100 0 1110 1100 100101 101100000 1011 111010

Color Harmonies of #A0898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0898C

Black with #A0898C

Text Example


Text Example

White with #A0898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0898C; }

 p { color: rgb(160,137,140); }

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

background-color css

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

 a { background-color: rgb(160,137,140); }

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

border-color css

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

 span { border-color: rgb(160,137,140); }

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