Html Css Color HEX #A45355 Hippie Pink

📋 copy color: '#A45355'

red 164 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #A45355

Tints of Hippie Pink #A45355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 49.4%
G = 25%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A45355 (or 0xA45355) is known color: Hippie Pink. HEX triplet: A4, 53 and 55. RGB value is (164,83,85). Sum of RGB (Red+Green+Blue) = 164+83+85=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45355 is #5BACAA. Grayscale: #6B6B6B. Windows color (decimal): -6007979 or 5591972. OLE color: 5591972.

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

Color convert

RGB 164 83 85 -
CMYK 0 0.49 0.48 0.36
HSL 358.52º 0.33% 0.48% -
HSV(B) 358.52º 0.49% 0.64% -
XYZ 20.04 14.73 10.38 -
YUV 107.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 164 83 85 0 0.49 0.48 0.36 358.52 0.33 0.48
Hex A4 53 55 0 31 30 24 167 21 30
Octal 244 123 125 0 61 60 44 547 41 60
Binary 10100100 1010011 1010101 0 110001 110000 100100 101100111 100001 110000

Color Harmonies of #A45355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45355

Black with #A45355

Text Example


Text Example

White with #A45355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45355; }

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

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

background-color css

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

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

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

border-color css

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

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

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