Html Css Color HEX #A2595B Hippie Pink

📋 copy color: '#A2595B'

red 162 ◦ green 89 ◦ blue 91

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

Shades of Hippie Pink #A2595B

Tints of Hippie Pink #A2595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 47.37%
G = 26.02%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2595B (or 0xA2595B) is known color: Hippie Pink. HEX triplet: A2, 59 and 5B. RGB value is (162,89,91). Sum of RGB (Red+Green+Blue) = 162+89+91=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2595B is #5DA6A4. Grayscale: #6F6F6F. Windows color (decimal): -6137509 or 5986722. OLE color: 5986722.

HSL color Cylindrical-coordinate representation of color #A2595B: hue angle of 358.36º 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 #A2595B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 91 -
CMYK 0 0.45 0.44 0.36
HSL 358.36º 0.29% 0.49% -
HSV(B) 358.36º 0.45% 0.64% -
XYZ 20.36 15.58 11.83 -
YUV 111.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 162 89 91 0 0.45 0.44 0.36 358.36 0.29 0.49
Hex A2 59 5B 0 2D 2C 24 166 1D 31
Octal 242 131 133 0 55 54 44 546 35 61
Binary 10100010 1011001 1011011 0 101101 101100 100100 101100110 11101 110001

Color Harmonies of #A2595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2595B

Black with #A2595B

Text Example


Text Example

White with #A2595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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