Html Css Color HEX #A2595C Hippie Pink

📋 copy color: '#A2595C'

red 162 ◦ green 89 ◦ blue 92

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

Shades of Hippie Pink #A2595C

Tints of Hippie Pink #A2595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 47.23%
G = 25.95%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2595C (or 0xA2595C) is known color: Hippie Pink. HEX triplet: A2, 59 and 5C. RGB value is (162,89,92). Sum of RGB (Red+Green+Blue) = 162+89+92=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2595C is #5DA6A3. Grayscale: #6F6F6F. Windows color (decimal): -6137508 or 6052258. OLE color: 6052258.

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

Color convert

RGB 162 89 92 -
CMYK 0 0.45 0.43 0.36
HSL 357.53º 0.29% 0.49% -
HSV(B) 357.53º 0.45% 0.64% -
XYZ 20.4 15.6 12.06 -
YUV 111.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 162 89 92 0 0.45 0.43 0.36 357.53 0.29 0.49
Hex A2 59 5C 0 2D 2B 24 166 1D 31
Octal 242 131 134 0 55 53 44 546 35 61
Binary 10100010 1011001 1011100 0 101101 101011 100100 101100110 11101 110001

Color Harmonies of #A2595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2595C

Black with #A2595C

Text Example


Text Example

White with #A2595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2595C; }

 p { color: rgb(162,89,92); }

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

background-color css

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

 a { background-color: rgb(162,89,92); }

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

border-color css

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

 span { border-color: rgb(162,89,92); }

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