Html Css Color HEX #A3495D Hippie Pink

📋 copy color: '#A3495D'

red 163 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #A3495D

Tints of Hippie Pink #A3495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

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

R = 49.54%
G = 22.19%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3495D (or 0xA3495D) is known color: Hippie Pink. HEX triplet: A3, 49 and 5D. RGB value is (163,73,93). Sum of RGB (Red+Green+Blue) = 163+73+93=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3495D is #5CB6A2. Grayscale: #666666. Windows color (decimal): -6076067 or 6113699. OLE color: 6113699.

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

Color convert

RGB 163 73 93 -
CMYK 0 0.55 0.43 0.36
HSL 346.67º 0.38% 0.46% -
HSV(B) 346.67º 0.55% 0.64% -
XYZ 19.46 13.34 11.91 -
YUV 102.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 163 73 93 0 0.55 0.43 0.36 346.67 0.38 0.46
Hex A3 49 5D 0 37 2B 24 15B 26 2E
Octal 243 111 135 0 67 53 44 533 46 56
Binary 10100011 1001001 1011101 0 110111 101011 100100 101011011 100110 101110

Color Harmonies of #A3495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3495D

Black with #A3495D

Text Example


Text Example

White with #A3495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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