Html Css Color HEX #A24952 Hippie Pink

📋 copy color: '#A24952'

red 162 ◦ green 73 ◦ blue 82

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

Shades of Hippie Pink #A24952

Tints of Hippie Pink #A24952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 51.1%
G = 23.03%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A24952 (or 0xA24952) is known color: Hippie Pink. HEX triplet: A2, 49 and 52. RGB value is (162,73,82). Sum of RGB (Red+Green+Blue) = 162+73+82=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A24952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24952 is #5DB6AD. Grayscale: #646464. Windows color (decimal): -6141614 or 5392802. OLE color: 5392802.

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

Color convert

RGB 162 73 82 -
CMYK 0 0.55 0.49 0.36
HSL 353.93º 0.38% 0.46% -
HSV(B) 353.93º 0.55% 0.64% -
XYZ 18.81 13.06 9.51 -
YUV 100.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 162 73 82 0 0.55 0.49 0.36 353.93 0.38 0.46
Hex A2 49 52 0 37 31 24 162 26 2E
Octal 242 111 122 0 67 61 44 542 46 56
Binary 10100010 1001001 1010010 0 110111 110001 100100 101100010 100110 101110

Color Harmonies of #A24952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24952

Black with #A24952

Text Example


Text Example

White with #A24952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24952; }

 p { color: rgb(162,73,82); }

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

background-color css

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

 a { background-color: rgb(162,73,82); }

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

border-color css

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

 span { border-color: rgb(162,73,82); }

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