Html Css Color HEX #A0898E Venus

📋 copy color: '#A0898E'

red 160 ◦ green 137 ◦ blue 142

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

Shades of Venus #A0898E

Tints of Venus #A0898E

RGB

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

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

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

R = 36.45%
G = 31.21%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0898E (or 0xA0898E) is known color: Venus. HEX triplet: A0, 89 and 8E. RGB value is (160,137,142). Sum of RGB (Red+Green+Blue) = 160+137+142=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A0898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0898E is #5F7671. Grayscale: #909090. Windows color (decimal): -6256242 or 9341344. OLE color: 9341344.

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

Color convert

RGB 160 137 142 -
CMYK 0 0.14 0.11 0.37
HSL 346.96º 0.11% 0.58% -
HSV(B) 346.96º 0.14% 0.63% -
XYZ 28.33 27.32 29.37 -
YUV 144.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 160 137 142 0 0.14 0.11 0.37 346.96 0.11 0.58
Hex A0 89 8E 0 E B 25 15B B 3A
Octal 240 211 216 0 16 13 45 533 13 72
Binary 10100000 10001001 10001110 0 1110 1011 100101 101011011 1011 111010

Color Harmonies of #A0898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0898E

Black with #A0898E

Text Example


Text Example

White with #A0898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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