#A6535A

Color #A6535A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A6535A

Tints of Hippie Pink #A6535A

Color information

#A6535A (or 0xA6535A) is unknown color: approx Hippie Pink. HEX triplet: A6, 53 and 5A. RGB value is (166,83,90). Sum of RGB (Red+Green+Blue) = 166+83+90=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6535A is #59ACA5. Grayscale: #6C6C6C. Windows color (decimal): -5876902 or 5919654. OLE color: 5919654.

HSL color Cylindrical-coordinate representation of color #A6535A: hue angle of 354.94º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6535A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1668390-
CMYK00.500.460.35
HSL354.94º33.33%48.82%-
HSV(B)354.94º50%65.1%-
XYZ20.6615.0311.49-
YUV108.62117.5168.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=48.97%
G=24.48%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166839000.500.460.35354.9433.3348.82
HexA6535A0322E231632131
Octal24612313206256435434161
Binary10100110101001110110100110010101110100011101100011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6535A; }

 p { color: rgb(166,83,90); }

 H1.HeaderClassName
 {
   color: #A6535A;
 }
 .AnyTagClassName
 {
   color: #A6535A;
 }
</style>
background-color css

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

 a { background-color: rgb(166,83,90); }

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

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

 span { border-color: rgb(166,83,90); }

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