Html Css Color HEX #A6475D Hippie Pink

📋 copy color: '#A6475D'

red 166 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #A6475D

Tints of Hippie Pink #A6475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 50.3%
G = 21.52%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6475D (or 0xA6475D) is known color: Hippie Pink. HEX triplet: A6, 47 and 5D. RGB value is (166,71,93). Sum of RGB (Red+Green+Blue) = 166+71+93=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6475D is #59B8A2. Grayscale: #656565. Windows color (decimal): -5879971 or 6113190. OLE color: 6113190.

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

Color convert

RGB 166 71 93 -
CMYK 0 0.57 0.44 0.35
HSL 346.11º 0.4% 0.46% -
HSV(B) 346.11º 0.57% 0.65% -
XYZ 19.95 13.4 11.89 -
YUV 101.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 166 71 93 0 0.57 0.44 0.35 346.11 0.4 0.46
Hex A6 47 5D 0 39 2C 23 15A 28 2E
Octal 246 107 135 0 71 54 43 532 50 56
Binary 10100110 1000111 1011101 0 111001 101100 100011 101011010 101000 101110

Color Harmonies of #A6475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6475D

Black with #A6475D

Text Example


Text Example

White with #A6475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6475D; }

 p { color: rgb(166,71,93); }

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

background-color css

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

 a { background-color: rgb(166,71,93); }

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

border-color css

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

 span { border-color: rgb(166,71,93); }

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