Html Css Color HEX #A0868F Venus

📋 copy color: '#A0868F'

red 160 ◦ green 134 ◦ blue 143

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

Shades of Venus #A0868F

Tints of Venus #A0868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 36.61%
G = 30.66%
B = 32.72%

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

#A0868F (or 0xA0868F) is known color: Venus. HEX triplet: A0, 86 and 8F. RGB value is (160,134,143). Sum of RGB (Red+Green+Blue) = 160+134+143=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868F is #5F7970. Grayscale: #8E8E8E. Windows color (decimal): -6257009 or 9406112. OLE color: 9406112.

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

Color convert

RGB 160 134 143 -
CMYK 0 0.16 0.11 0.37
HSL 339.23º 0.12% 0.58% -
HSV(B) 339.23º 0.16% 0.63% -
XYZ 27.98 26.51 29.63 -
YUV 142.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 160 134 143 0 0.16 0.11 0.37 339.23 0.12 0.58
Hex A0 86 8F 0 10 B 25 153 C 3A
Octal 240 206 217 0 20 13 45 523 14 72
Binary 10100000 10000110 10001111 0 10000 1011 100101 101010011 1100 111010

Color Harmonies of #A0868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0868F

Black with #A0868F

Text Example


Text Example

White with #A0868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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