Html Css Color HEX #A0868C Venus

📋 copy color: '#A0868C'

red 160 ◦ green 134 ◦ blue 140

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

Shades of Venus #A0868C

Tints of Venus #A0868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 36.87%
G = 30.88%
B = 32.26%

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

#A0868C (or 0xA0868C) is known color: Venus. HEX triplet: A0, 86 and 8C. RGB value is (160,134,140). Sum of RGB (Red+Green+Blue) = 160+134+140=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868C is #5F7973. Grayscale: #8E8E8E. Windows color (decimal): -6257012 or 9209504. OLE color: 9209504.

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

Color convert

RGB 160 134 140 -
CMYK 0 0.16 0.12 0.37
HSL 346.15º 0.12% 0.58% -
HSV(B) 346.15º 0.16% 0.63% -
XYZ 27.76 26.42 28.45 -
YUV 142.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 160 134 140 0 0.16 0.12 0.37 346.15 0.12 0.58
Hex A0 86 8C 0 10 C 25 15A C 3A
Octal 240 206 214 0 20 14 45 532 14 72
Binary 10100000 10000110 10001100 0 10000 1100 100101 101011010 1100 111010

Color Harmonies of #A0868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0868C

Black with #A0868C

Text Example


Text Example

White with #A0868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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