Html Css Color HEX #A2898D Venus

📋 copy color: '#A2898D'

red 162 ◦ green 137 ◦ blue 141

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

Shades of Venus #A2898D

Tints of Venus #A2898D

RGB

 RED value IS 162 (63.67% from 255) = 36.82%

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

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

R = 36.82%
G = 31.14%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2898D (or 0xA2898D) is known color: Venus. HEX triplet: A2, 89 and 8D. RGB value is (162,137,141). Sum of RGB (Red+Green+Blue) = 162+137+141=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898D is #5D7672. Grayscale: #909090. Windows color (decimal): -6125171 or 9275810. OLE color: 9275810.

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

Color convert

RGB 162 137 141 -
CMYK 0 0.15 0.13 0.36
HSL 350.4º 0.12% 0.59% -
HSV(B) 350.4º 0.15% 0.64% -
XYZ 28.65 27.5 29 -
YUV 144.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 162 137 141 0 0.15 0.13 0.36 350.4 0.12 0.59
Hex A2 89 8D 0 F D 24 15E C 3B
Octal 242 211 215 0 17 15 44 536 14 73
Binary 10100010 10001001 10001101 0 1111 1101 100100 101011110 1100 111011

Color Harmonies of #A2898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2898D

Black with #A2898D

Text Example


Text Example

White with #A2898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2898D; }

 p { color: rgb(162,137,141); }

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

background-color css

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

 a { background-color: rgb(162,137,141); }

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

border-color css

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

 span { border-color: rgb(162,137,141); }

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