Html Css Color HEX #A0838C Venus

📋 copy color: '#A0838C'

red 160 ◦ green 131 ◦ blue 140

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

Shades of Venus #A0838C

Tints of Venus #A0838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 37.12%
G = 30.39%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0838C (or 0xA0838C) is known color: Venus. HEX triplet: A0, 83 and 8C. RGB value is (160,131,140). Sum of RGB (Red+Green+Blue) = 160+131+140=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838C is #5F7C73. Grayscale: #8C8C8C. Windows color (decimal): -6257780 or 9208736. OLE color: 9208736.

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

Color convert

RGB 160 131 140 -
CMYK 0 0.18 0.12 0.37
HSL 341.38º 0.13% 0.57% -
HSV(B) 341.38º 0.18% 0.63% -
XYZ 27.35 25.6 28.31 -
YUV 140.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 160 131 140 0 0.18 0.12 0.37 341.38 0.13 0.57
Hex A0 83 8C 0 12 C 25 155 D 39
Octal 240 203 214 0 22 14 45 525 15 71
Binary 10100000 10000011 10001100 0 10010 1100 100101 101010101 1101 111001

Color Harmonies of #A0838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0838C

Black with #A0838C

Text Example


Text Example

White with #A0838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0838C; }

 p { color: rgb(160,131,140); }

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

background-color css

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

 a { background-color: rgb(160,131,140); }

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

border-color css

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

 span { border-color: rgb(160,131,140); }

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