Html Css Color HEX #A6505E Hippie Pink

📋 copy color: '#A6505E'

red 166 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #A6505E

Tints of Hippie Pink #A6505E

RGB

 RED value IS 166 (65.23% from 255) = 48.82%

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 48.82%
G = 23.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6505E (or 0xA6505E) is known color: Hippie Pink. HEX triplet: A6, 50 and 5E. RGB value is (166,80,94). Sum of RGB (Red+Green+Blue) = 166+80+94=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6505E is #59AFA1. Grayscale: #6B6B6B. Windows color (decimal): -5877666 or 6181030. OLE color: 6181030.

HSL color Cylindrical-coordinate representation of color #A6505E: hue angle of 350.23º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6505E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 94 -
CMYK 0 0.52 0.43 0.35
HSL 350.23º 0.35% 0.48% -
HSV(B) 350.23º 0.52% 0.65% -
XYZ 20.61 14.65 12.33 -
YUV 107.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 166 80 94 0 0.52 0.43 0.35 350.23 0.35 0.48
Hex A6 50 5E 0 34 2B 23 15E 23 30
Octal 246 120 136 0 64 53 43 536 43 60
Binary 10100110 1010000 1011110 0 110100 101011 100011 101011110 100011 110000

Color Harmonies of #A6505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6505E

Black with #A6505E

Text Example


Text Example

White with #A6505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6505E; }

 p { color: rgb(166,80,94); }

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

background-color css

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

 a { background-color: rgb(166,80,94); }

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

border-color css

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

 span { border-color: rgb(166,80,94); }

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