Html Css Color HEX #A25C5E Hippie Pink

📋 copy color: '#A25C5E'

red 162 ◦ green 92 ◦ blue 94

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

Shades of Hippie Pink #A25C5E

Tints of Hippie Pink #A25C5E

RGB

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

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

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

R = 46.55%
G = 26.44%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A25C5E (or 0xA25C5E) is known color: Hippie Pink. HEX triplet: A2, 5C and 5E. RGB value is (162,92,94). Sum of RGB (Red+Green+Blue) = 162+92+94=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C5E is #5DA3A1. Grayscale: #717171. Windows color (decimal): -6136738 or 6184098. OLE color: 6184098.

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

Color convert

RGB 162 92 94 -
CMYK 0 0.43 0.42 0.36
HSL 358.29º 0.28% 0.5% -
HSV(B) 358.29º 0.43% 0.64% -
XYZ 20.75 16.14 12.61 -
YUV 113.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 162 92 94 0 0.43 0.42 0.36 358.29 0.28 0.5
Hex A2 5C 5E 0 2B 2A 24 166 1C 32
Octal 242 134 136 0 53 52 44 546 34 62
Binary 10100010 1011100 1011110 0 101011 101010 100100 101100110 11100 110010

Color Harmonies of #A25C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C5E

Black with #A25C5E

Text Example


Text Example

White with #A25C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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