Html Css Color HEX #A6575E Hippie Pink

📋 copy color: '#A6575E'

red 166 ◦ green 87 ◦ blue 94

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

Shades of Hippie Pink #A6575E

Tints of Hippie Pink #A6575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 47.84%
G = 25.07%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6575E (or 0xA6575E) is known color: Hippie Pink. HEX triplet: A6, 57 and 5E. RGB value is (166,87,94). Sum of RGB (Red+Green+Blue) = 166+87+94=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6575E is #59A8A1. Grayscale: #6F6F6F. Windows color (decimal): -5875874 or 6182822. OLE color: 6182822.

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

Color convert

RGB 166 87 94 -
CMYK 0 0.48 0.43 0.35
HSL 354.68º 0.31% 0.5% -
HSV(B) 354.68º 0.48% 0.65% -
XYZ 21.15 15.73 12.51 -
YUV 111.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 166 87 94 0 0.48 0.43 0.35 354.68 0.31 0.5
Hex A6 57 5E 0 30 2B 23 163 1F 32
Octal 246 127 136 0 60 53 43 543 37 62
Binary 10100110 1010111 1011110 0 110000 101011 100011 101100011 11111 110010

Color Harmonies of #A6575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6575E

Black with #A6575E

Text Example


Text Example

White with #A6575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6575E; }

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

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

background-color css

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

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

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

border-color css

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

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

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