Html Css Color HEX #A0868E Venus

📋 copy color: '#A0868E'

red 160 ◦ green 134 ◦ blue 142

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

Shades of Venus #A0868E

Tints of Venus #A0868E

RGB

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

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

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

R = 36.7%
G = 30.73%
B = 32.57%

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

#A0868E (or 0xA0868E) is known color: Venus. HEX triplet: A0, 86 and 8E. RGB value is (160,134,142). Sum of RGB (Red+Green+Blue) = 160+134+142=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868E is #5F7971. Grayscale: #8E8E8E. Windows color (decimal): -6257010 or 9340576. OLE color: 9340576.

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

Color convert

RGB 160 134 142 -
CMYK 0 0.16 0.11 0.37
HSL 341.54º 0.12% 0.58% -
HSV(B) 341.54º 0.16% 0.63% -
XYZ 27.9 26.48 29.23 -
YUV 142.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 160 134 142 0 0.16 0.11 0.37 341.54 0.12 0.58
Hex A0 86 8E 0 10 B 25 156 C 3A
Octal 240 206 216 0 20 13 45 526 14 72
Binary 10100000 10000110 10001110 0 10000 1011 100101 101010110 1100 111010

Color Harmonies of #A0868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0868E

Black with #A0868E

Text Example


Text Example

White with #A0868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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