Html Css Color HEX #A3495B Hippie Pink

📋 copy color: '#A3495B'

red 163 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #A3495B

Tints of Hippie Pink #A3495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 49.85%
G = 22.32%
B = 27.83%

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

#A3495B (or 0xA3495B) is known color: Hippie Pink. HEX triplet: A3, 49 and 5B. RGB value is (163,73,91). Sum of RGB (Red+Green+Blue) = 163+73+91=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3495B is #5CB6A4. Grayscale: #656565. Windows color (decimal): -6076069 or 5982627. OLE color: 5982627.

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

Color convert

RGB 163 73 91 -
CMYK 0 0.55 0.44 0.36
HSL 348º 0.38% 0.46% -
HSV(B) 348º 0.55% 0.64% -
XYZ 19.38 13.31 11.44 -
YUV 101.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 163 73 91 0 0.55 0.44 0.36 348 0.38 0.46
Hex A3 49 5B 0 37 2C 24 15C 26 2E
Octal 243 111 133 0 67 54 44 534 46 56
Binary 10100011 1001001 1011011 0 110111 101100 100100 101011100 100110 101110

Color Harmonies of #A3495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3495B

Black with #A3495B

Text Example


Text Example

White with #A3495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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