Html Css Color HEX #A3898E Venus

📋 copy color: '#A3898E'

red 163 ◦ green 137 ◦ blue 142

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

Shades of Venus #A3898E

Tints of Venus #A3898E

RGB

 RED value IS 163 (64.06% from 255) = 36.88%

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 36.88%
G = 31%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3898E (or 0xA3898E) is known color: Venus. HEX triplet: A3, 89 and 8E. RGB value is (163,137,142). Sum of RGB (Red+Green+Blue) = 163+137+142=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A3898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3898E is #5C7671. Grayscale: #919191. Windows color (decimal): -6059634 or 9341347. OLE color: 9341347.

HSL color Cylindrical-coordinate representation of color #A3898E: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3898E is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 142 -
CMYK 0 0.16 0.13 0.36
HSL 348.46º 0.12% 0.59% -
HSV(B) 348.46º 0.16% 0.64% -
XYZ 28.93 27.63 29.4 -
YUV 145.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 163 137 142 0 0.16 0.13 0.36 348.46 0.12 0.59
Hex A3 89 8E 0 10 D 24 15C C 3B
Octal 243 211 216 0 20 15 44 534 14 73
Binary 10100011 10001001 10001110 0 10000 1101 100100 101011100 1100 111011

Color Harmonies of #A3898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3898E

Black with #A3898E

Text Example


Text Example

White with #A3898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3898E; }

 p { color: rgb(163,137,142); }

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

background-color css

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

 a { background-color: rgb(163,137,142); }

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

border-color css

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

 span { border-color: rgb(163,137,142); }

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