Html Css Color HEX #A4565D Hippie Pink

📋 copy color: '#A4565D'

red 164 ◦ green 86 ◦ blue 93

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

Shades of Hippie Pink #A4565D

Tints of Hippie Pink #A4565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 47.81%
G = 25.07%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4565D (or 0xA4565D) is known color: Hippie Pink. HEX triplet: A4, 56 and 5D. RGB value is (164,86,93). Sum of RGB (Red+Green+Blue) = 164+86+93=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4565D is #5BA9A2. Grayscale: #6E6E6E. Windows color (decimal): -6007203 or 6117028. OLE color: 6117028.

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

Color convert

RGB 164 86 93 -
CMYK 0 0.48 0.43 0.36
HSL 354.62º 0.31% 0.49% -
HSV(B) 354.62º 0.48% 0.64% -
XYZ 20.61 15.34 12.23 -
YUV 110.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 164 86 93 0 0.48 0.43 0.36 354.62 0.31 0.49
Hex A4 56 5D 0 30 2B 24 163 1F 31
Octal 244 126 135 0 60 53 44 543 37 61
Binary 10100100 1010110 1011101 0 110000 101011 100100 101100011 11111 110001

Color Harmonies of #A4565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4565D

Black with #A4565D

Text Example


Text Example

White with #A4565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4565D; }

 p { color: rgb(164,86,93); }

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

background-color css

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

 a { background-color: rgb(164,86,93); }

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

border-color css

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

 span { border-color: rgb(164,86,93); }

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