Html Css Color HEX #A0838D Venus

📋 copy color: '#A0838D'

red 160 ◦ green 131 ◦ blue 141

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

Shades of Venus #A0838D

Tints of Venus #A0838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 37.04%
G = 30.32%
B = 32.64%

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

#A0838D (or 0xA0838D) is known color: Venus. HEX triplet: A0, 83 and 8D. RGB value is (160,131,141). Sum of RGB (Red+Green+Blue) = 160+131+141=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838D is #5F7C72. Grayscale: #8C8C8C. Windows color (decimal): -6257779 or 9274272. OLE color: 9274272.

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

Color convert

RGB 160 131 141 -
CMYK 0 0.18 0.12 0.37
HSL 339.31º 0.13% 0.57% -
HSV(B) 339.31º 0.18% 0.63% -
XYZ 27.42 25.63 28.7 -
YUV 140.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 160 131 141 0 0.18 0.12 0.37 339.31 0.13 0.57
Hex A0 83 8D 0 12 C 25 153 D 39
Octal 240 203 215 0 22 14 45 523 15 71
Binary 10100000 10000011 10001101 0 10010 1100 100101 101010011 1101 111001

Color Harmonies of #A0838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0838D

Black with #A0838D

Text Example


Text Example

White with #A0838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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