Html Css Color HEX #A3575A Hippie Pink

📋 copy color: '#A3575A'

red 163 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #A3575A

Tints of Hippie Pink #A3575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 47.94%
G = 25.59%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3575A (or 0xA3575A) is known color: Hippie Pink. HEX triplet: A3, 57 and 5A. RGB value is (163,87,90). Sum of RGB (Red+Green+Blue) = 163+87+90=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3575A is #5CA8A5. Grayscale: #6E6E6E. Windows color (decimal): -6072486 or 5920675. OLE color: 5920675.

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

Color convert

RGB 163 87 90 -
CMYK 0 0.47 0.45 0.36
HSL 357.63º 0.3% 0.49% -
HSV(B) 357.63º 0.47% 0.64% -
XYZ 20.36 15.34 11.56 -
YUV 110.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 163 87 90 0 0.47 0.45 0.36 357.63 0.3 0.49
Hex A3 57 5A 0 2F 2D 24 166 1E 31
Octal 243 127 132 0 57 55 44 546 36 61
Binary 10100011 1010111 1011010 0 101111 101101 100100 101100110 11110 110001

Color Harmonies of #A3575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3575A

Black with #A3575A

Text Example


Text Example

White with #A3575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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