Html Css Color HEX #A0858E Venus

📋 copy color: '#A0858E'

red 160 ◦ green 133 ◦ blue 142

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

Shades of Venus #A0858E

Tints of Venus #A0858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

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

R = 36.78%
G = 30.57%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0858E (or 0xA0858E) is known color: Venus. HEX triplet: A0, 85 and 8E. RGB value is (160,133,142). Sum of RGB (Red+Green+Blue) = 160+133+142=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858E is #5F7A71. Grayscale: #8E8E8E. Windows color (decimal): -6257266 or 9340320. OLE color: 9340320.

HSL color Cylindrical-coordinate representation of color #A0858E: hue angle of 340º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0858E is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 142 -
CMYK 0 0.17 0.11 0.37
HSL 340º 0.12% 0.57% -
HSV(B) 340º 0.17% 0.63% -
XYZ 27.77 26.2 29.19 -
YUV 142.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 160 133 142 0 0.17 0.11 0.37 340 0.12 0.57
Hex A0 85 8E 0 11 B 25 154 C 39
Octal 240 205 216 0 21 13 45 524 14 71
Binary 10100000 10000101 10001110 0 10001 1011 100101 101010100 1100 111001

Color Harmonies of #A0858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0858E

Black with #A0858E

Text Example


Text Example

White with #A0858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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