Html Css Color HEX #A3585D Hippie Pink

📋 copy color: '#A3585D'

red 163 ◦ green 88 ◦ blue 93

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

Shades of Hippie Pink #A3585D

Tints of Hippie Pink #A3585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 47.38%
G = 25.58%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3585D (or 0xA3585D) is known color: Hippie Pink. HEX triplet: A3, 58 and 5D. RGB value is (163,88,93). Sum of RGB (Red+Green+Blue) = 163+88+93=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3585D is #5CA7A2. Grayscale: #6F6F6F. Windows color (decimal): -6072227 or 6117539. OLE color: 6117539.

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

Color convert

RGB 163 88 93 -
CMYK 0 0.46 0.43 0.36
HSL 356º 0.3% 0.49% -
HSV(B) 356º 0.46% 0.64% -
XYZ 20.57 15.56 12.27 -
YUV 111 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 163 88 93 0 0.46 0.43 0.36 356 0.3 0.49
Hex A3 58 5D 0 2E 2B 24 164 1E 31
Octal 243 130 135 0 56 53 44 544 36 61
Binary 10100011 1011000 1011101 0 101110 101011 100100 101100100 11110 110001

Color Harmonies of #A3585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3585D

Black with #A3585D

Text Example


Text Example

White with #A3585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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