Html Css Color HEX #A3555D Hippie Pink

📋 copy color: '#A3555D'

red 163 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #A3555D

Tints of Hippie Pink #A3555D

RGB

 RED value IS 163 (64.06% from 255) = 47.8%

 GREEN value IS 85 (33.59% from 255) = 24.93%

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

R = 47.8%
G = 24.93%
B = 27.27%

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

#A3555D (or 0xA3555D) is known color: Hippie Pink. HEX triplet: A3, 55 and 5D. RGB value is (163,85,93). Sum of RGB (Red+Green+Blue) = 163+85+93=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3555D is #5CAAA2. Grayscale: #6D6D6D. Windows color (decimal): -6072995 or 6116771. OLE color: 6116771.

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

Color convert

RGB 163 85 93 -
CMYK 0 0.48 0.43 0.36
HSL 353.85º 0.31% 0.49% -
HSV(B) 353.85º 0.48% 0.64% -
XYZ 20.33 15.07 12.19 -
YUV 109.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 163 85 93 0 0.48 0.43 0.36 353.85 0.31 0.49
Hex A3 55 5D 0 30 2B 24 162 1F 31
Octal 243 125 135 0 60 53 44 542 37 61
Binary 10100011 1010101 1011101 0 110000 101011 100100 101100010 11111 110001

Color Harmonies of #A3555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3555D

Black with #A3555D

Text Example


Text Example

White with #A3555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3555D; }

 p { color: rgb(163,85,93); }

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

background-color css

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

 a { background-color: rgb(163,85,93); }

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

border-color css

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

 span { border-color: rgb(163,85,93); }

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