Html Css Color HEX #A3465C Hippie Pink

📋 copy color: '#A3465C'

red 163 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #A3465C

Tints of Hippie Pink #A3465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 50.15%
G = 21.54%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3465C (or 0xA3465C) is known color: Hippie Pink. HEX triplet: A3, 46 and 5C. RGB value is (163,70,92). Sum of RGB (Red+Green+Blue) = 163+70+92=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3465C is #5CB9A3. Grayscale: #646464. Windows color (decimal): -6076836 or 6047395. OLE color: 6047395.

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

Color convert

RGB 163 70 92 -
CMYK 0 0.57 0.44 0.36
HSL 345.81º 0.4% 0.46% -
HSV(B) 345.81º 0.57% 0.64% -
XYZ 19.23 12.94 11.61 -
YUV 100.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 163 70 92 0 0.57 0.44 0.36 345.81 0.4 0.46
Hex A3 46 5C 0 39 2C 24 15A 28 2E
Octal 243 106 134 0 71 54 44 532 50 56
Binary 10100011 1000110 1011100 0 111001 101100 100100 101011010 101000 101110

Color Harmonies of #A3465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3465C

Black with #A3465C

Text Example


Text Example

White with #A3465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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