Html Css Color HEX #A0868B Venus

📋 copy color: '#A0868B'

red 160 ◦ green 134 ◦ blue 139

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

Shades of Venus #A0868B

Tints of Venus #A0868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 36.95%
G = 30.95%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0868B (or 0xA0868B) is known color: Venus. HEX triplet: A0, 86 and 8B. RGB value is (160,134,139). Sum of RGB (Red+Green+Blue) = 160+134+139=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868B is #5F7974. Grayscale: #8E8E8E. Windows color (decimal): -6257013 or 9143968. OLE color: 9143968.

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

Color convert

RGB 160 134 139 -
CMYK 0 0.16 0.13 0.37
HSL 348.46º 0.12% 0.58% -
HSV(B) 348.46º 0.16% 0.63% -
XYZ 27.68 26.39 28.06 -
YUV 142.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 160 134 139 0 0.16 0.13 0.37 348.46 0.12 0.58
Hex A0 86 8B 0 10 D 25 15C C 3A
Octal 240 206 213 0 20 15 45 534 14 72
Binary 10100000 10000110 10001011 0 10000 1101 100101 101011100 1100 111010

Color Harmonies of #A0868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0868B

Black with #A0868B

Text Example


Text Example

White with #A0868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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