Html Css Color HEX #A0878D Venus

📋 copy color: '#A0878D'

red 160 ◦ green 135 ◦ blue 141

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

Shades of Venus #A0878D

Tints of Venus #A0878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 36.7%
G = 30.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0878D (or 0xA0878D) is known color: Venus. HEX triplet: A0, 87 and 8D. RGB value is (160,135,141). Sum of RGB (Red+Green+Blue) = 160+135+141=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0878D is #5F7872. Grayscale: #8F8F8F. Windows color (decimal): -6256755 or 9275296. OLE color: 9275296.

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

Color convert

RGB 160 135 141 -
CMYK 0 0.16 0.12 0.37
HSL 345.6º 0.12% 0.58% -
HSV(B) 345.6º 0.16% 0.63% -
XYZ 27.97 26.72 28.88 -
YUV 143.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 160 135 141 0 0.16 0.12 0.37 345.6 0.12 0.58
Hex A0 87 8D 0 10 C 25 15A C 3A
Octal 240 207 215 0 20 14 45 532 14 72
Binary 10100000 10000111 10001101 0 10000 1100 100101 101011010 1100 111010

Color Harmonies of #A0878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0878D

Black with #A0878D

Text Example


Text Example

White with #A0878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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