Html Css Color HEX #A2575E Hippie Pink

📋 copy color: '#A2575E'

red 162 ◦ green 87 ◦ blue 94

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

Shades of Hippie Pink #A2575E

Tints of Hippie Pink #A2575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 47.23%
G = 25.36%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2575E (or 0xA2575E) is known color: Hippie Pink. HEX triplet: A2, 57 and 5E. RGB value is (162,87,94). Sum of RGB (Red+Green+Blue) = 162+87+94=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2575E is #5DA8A1. Grayscale: #6E6E6E. Windows color (decimal): -6138018 or 6182818. OLE color: 6182818.

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

Color convert

RGB 162 87 94 -
CMYK 0 0.46 0.42 0.36
HSL 354.4º 0.3% 0.49% -
HSV(B) 354.4º 0.46% 0.64% -
XYZ 20.33 15.31 12.47 -
YUV 110.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 162 87 94 0 0.46 0.42 0.36 354.4 0.3 0.49
Hex A2 57 5E 0 2E 2A 24 162 1E 31
Octal 242 127 136 0 56 52 44 542 36 61
Binary 10100010 1010111 1011110 0 101110 101010 100100 101100010 11110 110001

Color Harmonies of #A2575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2575E

Black with #A2575E

Text Example


Text Example

White with #A2575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2575E; }

 p { color: rgb(162,87,94); }

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

background-color css

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

 a { background-color: rgb(162,87,94); }

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

border-color css

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

 span { border-color: rgb(162,87,94); }

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