#AF545C

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

Shades of Hippie Pink #AF545C

Tints of Hippie Pink #AF545C

Color information

#AF545C (or 0xAF545C) is unknown color: approx Hippie Pink. HEX triplet: AF, 54 and 5C. RGB value is (175,84,92). Sum of RGB (Red+Green+Blue) = 175+84+92=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545C is #50ABA3. Grayscale: #707070. Windows color (decimal): -5286820 or 6050991. OLE color: 6050991.

HSL color Cylindrical-coordinate representation of color #AF545C: hue angle of 354.73º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF545C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1758492-
CMYK00.520.470.31
HSL354.73º36.25%50.78%-
HSV(B)354.73º52%68.63%-
XYZ22.7816.2312.06-
YUV112.12116.65172.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=49.86%
G=23.93%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175849200.520.470.31354.7336.2550.78
HexAF545C0342F1F1632433
Octal25712413406457375434463
Binary1010111110101001011100011010010111111111101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF545C; }

 p { color: rgb(175,84,92); }

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

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

 a { background-color: rgb(175,84,92); }

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

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

 span { border-color: rgb(175,84,92); }

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