Html Css Color HEX #A0888E Venus

📋 copy color: '#A0888E'

red 160 ◦ green 136 ◦ blue 142

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

Shades of Venus #A0888E

Tints of Venus #A0888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 36.53%
G = 31.05%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0888E (or 0xA0888E) is known color: Venus. HEX triplet: A0, 88 and 8E. RGB value is (160,136,142). Sum of RGB (Red+Green+Blue) = 160+136+142=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888E is #5F7771. Grayscale: #8F8F8F. Windows color (decimal): -6256498 or 9341088. OLE color: 9341088.

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

Color convert

RGB 160 136 142 -
CMYK 0 0.15 0.11 0.37
HSL 345º 0.11% 0.58% -
HSV(B) 345º 0.15% 0.63% -
XYZ 28.18 27.03 29.32 -
YUV 143.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 160 136 142 0 0.15 0.11 0.37 345 0.11 0.58
Hex A0 88 8E 0 F B 25 159 B 3A
Octal 240 210 216 0 17 13 45 531 13 72
Binary 10100000 10001000 10001110 0 1111 1011 100101 101011001 1011 111010

Color Harmonies of #A0888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0888E

Black with #A0888E

Text Example


Text Example

White with #A0888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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