Html Css Color HEX #A2495A Hippie Pink

📋 copy color: '#A2495A'

red 162 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #A2495A

Tints of Hippie Pink #A2495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 49.85%
G = 22.46%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2495A (or 0xA2495A) is known color: Hippie Pink. HEX triplet: A2, 49 and 5A. RGB value is (162,73,90). Sum of RGB (Red+Green+Blue) = 162+73+90=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495A is #5DB6A5. Grayscale: #656565. Windows color (decimal): -6141606 or 5917090. OLE color: 5917090.

HSL color Cylindrical-coordinate representation of color #A2495A: hue angle of 348.54º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2495A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 90 -
CMYK 0 0.55 0.44 0.36
HSL 348.54º 0.38% 0.46% -
HSV(B) 348.54º 0.55% 0.64% -
XYZ 19.13 13.18 11.21 -
YUV 101.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 162 73 90 0 0.55 0.44 0.36 348.54 0.38 0.46
Hex A2 49 5A 0 37 2C 24 15D 26 2E
Octal 242 111 132 0 67 54 44 535 46 56
Binary 10100010 1001001 1011010 0 110111 101100 100100 101011101 100110 101110

Color Harmonies of #A2495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2495A

Black with #A2495A

Text Example


Text Example

White with #A2495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2495A; }

 p { color: rgb(162,73,90); }

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

background-color css

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

 a { background-color: rgb(162,73,90); }

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

border-color css

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

 span { border-color: rgb(162,73,90); }

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