Html Css Color HEX #A0838A Venus

📋 copy color: '#A0838A'

red 160 ◦ green 131 ◦ blue 138

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

Shades of Venus #A0838A

Tints of Venus #A0838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 37.3%
G = 30.54%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0838A (or 0xA0838A) is known color: Venus. HEX triplet: A0, 83 and 8A. RGB value is (160,131,138). Sum of RGB (Red+Green+Blue) = 160+131+138=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838A is #5F7C75. Grayscale: #8C8C8C. Windows color (decimal): -6257782 or 9077664. OLE color: 9077664.

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

Color convert

RGB 160 131 138 -
CMYK 0 0.18 0.14 0.37
HSL 345.52º 0.13% 0.57% -
HSV(B) 345.52º 0.18% 0.63% -
XYZ 27.2 25.54 27.54 -
YUV 140.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 160 131 138 0 0.18 0.14 0.37 345.52 0.13 0.57
Hex A0 83 8A 0 12 E 25 15A D 39
Octal 240 203 212 0 22 16 45 532 15 71
Binary 10100000 10000011 10001010 0 10010 1110 100101 101011010 1101 111001

Color Harmonies of #A0838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0838A

Black with #A0838A

Text Example


Text Example

White with #A0838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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