Html Css Color HEX #A3495C Hippie Pink

📋 copy color: '#A3495C'

red 163 ◦ green 73 ◦ blue 92

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

Shades of Hippie Pink #A3495C

Tints of Hippie Pink #A3495C

RGB

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

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

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

R = 49.7%
G = 22.26%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3495C (or 0xA3495C) is known color: Hippie Pink. HEX triplet: A3, 49 and 5C. RGB value is (163,73,92). Sum of RGB (Red+Green+Blue) = 163+73+92=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3495C is #5CB6A3. Grayscale: #666666. Windows color (decimal): -6076068 or 6048163. OLE color: 6048163.

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

Color convert

RGB 163 73 92 -
CMYK 0 0.55 0.44 0.36
HSL 347.33º 0.38% 0.46% -
HSV(B) 347.33º 0.55% 0.64% -
XYZ 19.42 13.32 11.67 -
YUV 102.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 163 73 92 0 0.55 0.44 0.36 347.33 0.38 0.46
Hex A3 49 5C 0 37 2C 24 15B 26 2E
Octal 243 111 134 0 67 54 44 533 46 56
Binary 10100011 1001001 1011100 0 110111 101100 100100 101011011 100110 101110

Color Harmonies of #A3495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3495C

Black with #A3495C

Text Example


Text Example

White with #A3495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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