Html Css Color HEX #A3585C Hippie Pink

📋 copy color: '#A3585C'

red 163 ◦ green 88 ◦ blue 92

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

Shades of Hippie Pink #A3585C

Tints of Hippie Pink #A3585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 47.52%
G = 25.66%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3585C (or 0xA3585C) is known color: Hippie Pink. HEX triplet: A3, 58 and 5C. RGB value is (163,88,92). Sum of RGB (Red+Green+Blue) = 163+88+92=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3585C is #5CA7A3. Grayscale: #6E6E6E. Windows color (decimal): -6072228 or 6052003. OLE color: 6052003.

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

Color convert

RGB 163 88 92 -
CMYK 0 0.46 0.44 0.36
HSL 356.8º 0.3% 0.49% -
HSV(B) 356.8º 0.46% 0.64% -
XYZ 20.53 15.54 12.04 -
YUV 110.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 163 88 92 0 0.46 0.44 0.36 356.8 0.3 0.49
Hex A3 58 5C 0 2E 2C 24 165 1E 31
Octal 243 130 134 0 56 54 44 545 36 61
Binary 10100011 1011000 1011100 0 101110 101100 100100 101100101 11110 110001

Color Harmonies of #A3585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3585C

Black with #A3585C

Text Example


Text Example

White with #A3585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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