Html Css Color HEX #A45360 Hippie Pink

📋 copy color: '#A45360'

red 164 ◦ green 83 ◦ blue 96

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

Shades of Hippie Pink #A45360

Tints of Hippie Pink #A45360

RGB

 RED value IS 164 (64.45% from 255) = 47.81%

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 47.81%
G = 24.2%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A45360 (or 0xA45360) is known color: Hippie Pink. HEX triplet: A4, 53 and 60. RGB value is (164,83,96). Sum of RGB (Red+Green+Blue) = 164+83+96=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A45360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45360 is #5BAC9F. Grayscale: #6C6C6C. Windows color (decimal): -6007968 or 6312868. OLE color: 6312868.

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

Color convert

RGB 164 83 96 -
CMYK 0 0.49 0.41 0.36
HSL 350.37º 0.33% 0.48% -
HSV(B) 350.37º 0.49% 0.64% -
XYZ 20.51 14.92 12.87 -
YUV 108.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 164 83 96 0 0.49 0.41 0.36 350.37 0.33 0.48
Hex A4 53 60 0 31 29 24 15E 21 30
Octal 244 123 140 0 61 51 44 536 41 60
Binary 10100100 1010011 1100000 0 110001 101001 100100 101011110 100001 110000

Color Harmonies of #A45360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45360

Black with #A45360

Text Example


Text Example

White with #A45360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45360; }

 p { color: rgb(164,83,96); }

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

background-color css

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

 a { background-color: rgb(164,83,96); }

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

border-color css

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

 span { border-color: rgb(164,83,96); }

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