Html Css Color HEX #A24953 Hippie Pink

📋 copy color: '#A24953'

red 162 ◦ green 73 ◦ blue 83

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

Shades of Hippie Pink #A24953

Tints of Hippie Pink #A24953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.1%

R = 50.94%
G = 22.96%
B = 26.1%

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

#A24953 (or 0xA24953) is known color: Hippie Pink. HEX triplet: A2, 49 and 53. RGB value is (162,73,83). Sum of RGB (Red+Green+Blue) = 162+73+83=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A24953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24953 is #5DB6AC. Grayscale: #646464. Windows color (decimal): -6141613 or 5458338. OLE color: 5458338.

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

Color convert

RGB 162 73 83 -
CMYK 0 0.55 0.49 0.36
HSL 353.26º 0.38% 0.46% -
HSV(B) 353.26º 0.55% 0.64% -
XYZ 18.84 13.07 9.71 -
YUV 100.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 162 73 83 0 0.55 0.49 0.36 353.26 0.38 0.46
Hex A2 49 53 0 37 31 24 161 26 2E
Octal 242 111 123 0 67 61 44 541 46 56
Binary 10100010 1001001 1010011 0 110111 110001 100100 101100001 100110 101110

Color Harmonies of #A24953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24953

Black with #A24953

Text Example


Text Example

White with #A24953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24953; }

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

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

background-color css

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

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

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

border-color css

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

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

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