Html Css Color HEX #A6455B Hippie Pink

📋 copy color: '#A6455B'

red 166 ◦ green 69 ◦ blue 91

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

Shades of Hippie Pink #A6455B

Tints of Hippie Pink #A6455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 50.92%
G = 21.17%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6455B (or 0xA6455B) is known color: Hippie Pink. HEX triplet: A6, 45 and 5B. RGB value is (166,69,91). Sum of RGB (Red+Green+Blue) = 166+69+91=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6455B is #59BAA4. Grayscale: #646464. Windows color (decimal): -5880485 or 5981606. OLE color: 5981606.

HSL color Cylindrical-coordinate representation of color #A6455B: hue angle of 346.39º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6455B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 91 -
CMYK 0 0.58 0.45 0.35
HSL 346.39º 0.41% 0.46% -
HSV(B) 346.39º 0.58% 0.65% -
XYZ 19.74 13.12 11.39 -
YUV 100.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 166 69 91 0 0.58 0.45 0.35 346.39 0.41 0.46
Hex A6 45 5B 0 3A 2D 23 15A 29 2E
Octal 246 105 133 0 72 55 43 532 51 56
Binary 10100110 1000101 1011011 0 111010 101101 100011 101011010 101001 101110

Color Harmonies of #A6455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6455B

Black with #A6455B

Text Example


Text Example

White with #A6455B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6455B; }

 p { color: rgb(166,69,91); }

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

background-color css

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

 a { background-color: rgb(166,69,91); }

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

border-color css

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

 span { border-color: rgb(166,69,91); }

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