Html Css Color HEX #A24C5A Hippie Pink

📋 copy color: '#A24C5A'

red 162 ◦ green 76 ◦ blue 90

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

Shades of Hippie Pink #A24C5A

Tints of Hippie Pink #A24C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 49.39%
G = 23.17%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A24C5A (or 0xA24C5A) is known color: Hippie Pink. HEX triplet: A2, 4C and 5A. RGB value is (162,76,90). Sum of RGB (Red+Green+Blue) = 162+76+90=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C5A is #5DB3A5. Grayscale: #676767. Windows color (decimal): -6140838 or 5917858. OLE color: 5917858.

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

Color convert

RGB 162 76 90 -
CMYK 0 0.53 0.44 0.36
HSL 350.23º 0.36% 0.47% -
HSV(B) 350.23º 0.53% 0.64% -
XYZ 19.33 13.59 11.28 -
YUV 103.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 162 76 90 0 0.53 0.44 0.36 350.23 0.36 0.47
Hex A2 4C 5A 0 35 2C 24 15E 24 2F
Octal 242 114 132 0 65 54 44 536 44 57
Binary 10100010 1001100 1011010 0 110101 101100 100100 101011110 100100 101111

Color Harmonies of #A24C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C5A

Black with #A24C5A

Text Example


Text Example

White with #A24C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C5A; }

 p { color: rgb(162,76,90); }

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

background-color css

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

 a { background-color: rgb(162,76,90); }

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

border-color css

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

 span { border-color: rgb(162,76,90); }

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