Html Css Color HEX #A25C5D Hippie Pink

📋 copy color: '#A25C5D'

red 162 ◦ green 92 ◦ blue 93

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

Shades of Hippie Pink #A25C5D

Tints of Hippie Pink #A25C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 46.69%
G = 26.51%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A25C5D (or 0xA25C5D) is known color: Hippie Pink. HEX triplet: A2, 5C and 5D. RGB value is (162,92,93). Sum of RGB (Red+Green+Blue) = 162+92+93=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C5D is #5DA3A2. Grayscale: #717171. Windows color (decimal): -6136739 or 6118562. OLE color: 6118562.

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

Color convert

RGB 162 92 93 -
CMYK 0 0.43 0.43 0.36
HSL 359.14º 0.28% 0.5% -
HSV(B) 359.14º 0.43% 0.64% -
XYZ 20.7 16.13 12.38 -
YUV 113.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 162 92 93 0 0.43 0.43 0.36 359.14 0.28 0.5
Hex A2 5C 5D 0 2B 2B 24 167 1C 32
Octal 242 134 135 0 53 53 44 547 34 62
Binary 10100010 1011100 1011101 0 101011 101011 100100 101100111 11100 110010

Color Harmonies of #A25C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C5D

Black with #A25C5D

Text Example


Text Example

White with #A25C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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