Html Css Color HEX #A24A5E Hippie Pink

📋 copy color: '#A24A5E'

red 162 ◦ green 74 ◦ blue 94

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

Shades of Hippie Pink #A24A5E

Tints of Hippie Pink #A24A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 49.09%
G = 22.42%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A24A5E (or 0xA24A5E) is known color: Hippie Pink. HEX triplet: A2, 4A and 5E. RGB value is (162,74,94). Sum of RGB (Red+Green+Blue) = 162+74+94=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A5E is #5DB5A1. Grayscale: #666666. Windows color (decimal): -6141346 or 6179490. OLE color: 6179490.

HSL color Cylindrical-coordinate representation of color #A24A5E: hue angle of 346.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A5E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 94 -
CMYK 0 0.54 0.42 0.36
HSL 346.36º 0.37% 0.46% -
HSV(B) 346.36º 0.54% 0.64% -
XYZ 19.37 13.39 12.15 -
YUV 102.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 162 74 94 0 0.54 0.42 0.36 346.36 0.37 0.46
Hex A2 4A 5E 0 36 2A 24 15A 25 2E
Octal 242 112 136 0 66 52 44 532 45 56
Binary 10100010 1001010 1011110 0 110110 101010 100100 101011010 100101 101110

Color Harmonies of #A24A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A5E

Black with #A24A5E

Text Example


Text Example

White with #A24A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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