Html Css Color HEX #A2585C Hippie Pink

📋 copy color: '#A2585C'

red 162 ◦ green 88 ◦ blue 92

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

Shades of Hippie Pink #A2585C

Tints of Hippie Pink #A2585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 47.37%
G = 25.73%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2585C (or 0xA2585C) is known color: Hippie Pink. HEX triplet: A2, 58 and 5C. RGB value is (162,88,92). Sum of RGB (Red+Green+Blue) = 162+88+92=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585C is #5DA7A3. Grayscale: #6E6E6E. Windows color (decimal): -6137764 or 6052002. OLE color: 6052002.

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

Color convert

RGB 162 88 92 -
CMYK 0 0.46 0.43 0.36
HSL 356.76º 0.3% 0.49% -
HSV(B) 356.76º 0.46% 0.64% -
XYZ 20.32 15.43 12.03 -
YUV 110.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 162 88 92 0 0.46 0.43 0.36 356.76 0.3 0.49
Hex A2 58 5C 0 2E 2B 24 165 1E 31
Octal 242 130 134 0 56 53 44 545 36 61
Binary 10100010 1011000 1011100 0 101110 101011 100100 101100101 11110 110001

Color Harmonies of #A2585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2585C

Black with #A2585C

Text Example


Text Example

White with #A2585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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