Html Css Color HEX #A3555B Hippie Pink

📋 copy color: '#A3555B'

red 163 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #A3555B

Tints of Hippie Pink #A3555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 48.08%
G = 25.07%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3555B (or 0xA3555B) is known color: Hippie Pink. HEX triplet: A3, 55 and 5B. RGB value is (163,85,91). Sum of RGB (Red+Green+Blue) = 163+85+91=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3555B is #5CAAA4. Grayscale: #6D6D6D. Windows color (decimal): -6072997 or 5985699. OLE color: 5985699.

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

Color convert

RGB 163 85 91 -
CMYK 0 0.48 0.44 0.36
HSL 355.38º 0.31% 0.49% -
HSV(B) 355.38º 0.48% 0.64% -
XYZ 20.24 15.04 11.73 -
YUV 109.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 163 85 91 0 0.48 0.44 0.36 355.38 0.31 0.49
Hex A3 55 5B 0 30 2C 24 163 1F 31
Octal 243 125 133 0 60 54 44 543 37 61
Binary 10100011 1010101 1011011 0 110000 101100 100100 101100011 11111 110001

Color Harmonies of #A3555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3555B

Black with #A3555B

Text Example


Text Example

White with #A3555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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