Html Css Color HEX #A3505D Hippie Pink

📋 copy color: '#A3505D'

red 163 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #A3505D

Tints of Hippie Pink #A3505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 48.51%
G = 23.81%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3505D (or 0xA3505D) is known color: Hippie Pink. HEX triplet: A3, 50 and 5D. RGB value is (163,80,93). Sum of RGB (Red+Green+Blue) = 163+80+93=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505D is #5CAFA2. Grayscale: #6A6A6A. Windows color (decimal): -6074275 or 6115491. OLE color: 6115491.

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

Color convert

RGB 163 80 93 -
CMYK 0 0.51 0.43 0.36
HSL 350.6º 0.34% 0.48% -
HSV(B) 350.6º 0.51% 0.64% -
XYZ 19.95 14.31 12.07 -
YUV 106.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 163 80 93 0 0.51 0.43 0.36 350.6 0.34 0.48
Hex A3 50 5D 0 33 2B 24 15F 22 30
Octal 243 120 135 0 63 53 44 537 42 60
Binary 10100011 1010000 1011101 0 110011 101011 100100 101011111 100010 110000

Color Harmonies of #A3505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3505D

Black with #A3505D

Text Example


Text Example

White with #A3505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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