Html Css Color HEX #A28E90 Venus

📋 copy color: '#A28E90'

red 162 ◦ green 142 ◦ blue 144

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

Shades of Venus #A28E90

Tints of Venus #A28E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 36.16%
G = 31.7%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A28E90 (or 0xA28E90) is known color: Venus. HEX triplet: A2, 8E and 90. RGB value is (162,142,144). Sum of RGB (Red+Green+Blue) = 162+142+144=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E90 is #5D716F. Grayscale: #949494. Windows color (decimal): -6123888 or 9473698. OLE color: 9473698.

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

Color convert

RGB 162 142 144 -
CMYK 0 0.12 0.11 0.36
HSL 354º 0.1% 0.6% -
HSV(B) 354º 0.12% 0.64% -
XYZ 29.61 29.04 30.43 -
YUV 148.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 162 142 144 0 0.12 0.11 0.36 354 0.1 0.6
Hex A2 8E 90 0 C B 24 162 A 3C
Octal 242 216 220 0 14 13 44 542 12 74
Binary 10100010 10001110 10010000 0 1100 1011 100100 101100010 1010 111100

Color Harmonies of #A28E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E90

Black with #A28E90

Text Example


Text Example

White with #A28E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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