Html Css Color HEX #A0878E Venus

📋 copy color: '#A0878E'

red 160 ◦ green 135 ◦ blue 142

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

Shades of Venus #A0878E

Tints of Venus #A0878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

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

R = 36.61%
G = 30.89%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0878E (or 0xA0878E) is known color: Venus. HEX triplet: A0, 87 and 8E. RGB value is (160,135,142). Sum of RGB (Red+Green+Blue) = 160+135+142=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0878E is #5F7871. Grayscale: #8F8F8F. Windows color (decimal): -6256754 or 9340832. OLE color: 9340832.

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

Color convert

RGB 160 135 142 -
CMYK 0 0.16 0.11 0.37
HSL 343.2º 0.12% 0.58% -
HSV(B) 343.2º 0.16% 0.63% -
XYZ 28.04 26.75 29.28 -
YUV 143.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 160 135 142 0 0.16 0.11 0.37 343.2 0.12 0.58
Hex A0 87 8E 0 10 B 25 157 C 3A
Octal 240 207 216 0 20 13 45 527 14 72
Binary 10100000 10000111 10001110 0 10000 1011 100101 101010111 1100 111010

Color Harmonies of #A0878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0878E

Black with #A0878E

Text Example


Text Example

White with #A0878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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