Html Css Color HEX #A2878B Venus

📋 copy color: '#A2878B'

red 162 ◦ green 135 ◦ blue 139

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

Shades of Venus #A2878B

Tints of Venus #A2878B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 37.16%
G = 30.96%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2878B (or 0xA2878B) is known color: Venus. HEX triplet: A2, 87 and 8B. RGB value is (162,135,139). Sum of RGB (Red+Green+Blue) = 162+135+139=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2878B is #5D7874. Grayscale: #8F8F8F. Windows color (decimal): -6125685 or 9144226. OLE color: 9144226.

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

Color convert

RGB 162 135 139 -
CMYK 0 0.17 0.14 0.36
HSL 351.11º 0.13% 0.58% -
HSV(B) 351.11º 0.17% 0.64% -
XYZ 28.22 26.87 28.13 -
YUV 143.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 162 135 139 0 0.17 0.14 0.36 351.11 0.13 0.58
Hex A2 87 8B 0 11 E 24 15F D 3A
Octal 242 207 213 0 21 16 44 537 15 72
Binary 10100010 10000111 10001011 0 10001 1110 100100 101011111 1101 111010

Color Harmonies of #A2878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2878B

Black with #A2878B

Text Example


Text Example

White with #A2878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2878B; }

 p { color: rgb(162,135,139); }

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

background-color css

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

 a { background-color: rgb(162,135,139); }

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

border-color css

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

 span { border-color: rgb(162,135,139); }

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