Html Css Color HEX #A2898E Venus

📋 copy color: '#A2898E'

red 162 ◦ green 137 ◦ blue 142

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

Shades of Venus #A2898E

Tints of Venus #A2898E

RGB

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

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

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

R = 36.73%
G = 31.07%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2898E (or 0xA2898E) is known color: Venus. HEX triplet: A2, 89 and 8E. RGB value is (162,137,142). Sum of RGB (Red+Green+Blue) = 162+137+142=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898E is #5D7671. Grayscale: #919191. Windows color (decimal): -6125170 or 9341346. OLE color: 9341346.

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

Color convert

RGB 162 137 142 -
CMYK 0 0.15 0.12 0.36
HSL 348º 0.12% 0.59% -
HSV(B) 348º 0.15% 0.64% -
XYZ 28.73 27.53 29.39 -
YUV 145.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 162 137 142 0 0.15 0.12 0.36 348 0.12 0.59
Hex A2 89 8E 0 F C 24 15C C 3B
Octal 242 211 216 0 17 14 44 534 14 73
Binary 10100010 10001001 10001110 0 1111 1100 100100 101011100 1100 111011

Color Harmonies of #A2898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2898E

Black with #A2898E

Text Example


Text Example

White with #A2898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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