Html Css Color HEX #A3575D Hippie Pink

📋 copy color: '#A3575D'

red 163 ◦ green 87 ◦ blue 93

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

Shades of Hippie Pink #A3575D

Tints of Hippie Pink #A3575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 47.52%
G = 25.36%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3575D (or 0xA3575D) is known color: Hippie Pink. HEX triplet: A3, 57 and 5D. RGB value is (163,87,93). Sum of RGB (Red+Green+Blue) = 163+87+93=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3575D is #5CA8A2. Grayscale: #6E6E6E. Windows color (decimal): -6072483 or 6117283. OLE color: 6117283.

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

Color convert

RGB 163 87 93 -
CMYK 0 0.47 0.43 0.36
HSL 355.26º 0.3% 0.49% -
HSV(B) 355.26º 0.47% 0.64% -
XYZ 20.49 15.39 12.25 -
YUV 110.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 163 87 93 0 0.47 0.43 0.36 355.26 0.3 0.49
Hex A3 57 5D 0 2F 2B 24 163 1E 31
Octal 243 127 135 0 57 53 44 543 36 61
Binary 10100011 1010111 1011101 0 101111 101011 100100 101100011 11110 110001

Color Harmonies of #A3575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3575D

Black with #A3575D

Text Example


Text Example

White with #A3575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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