#AF5A5C

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

Shades of Hippie Pink #AF5A5C

Tints of Hippie Pink #AF5A5C

Color information

#AF5A5C (or 0xAF5A5C) is unknown color: approx Hippie Pink. HEX triplet: AF, 5A and 5C. RGB value is (175,90,92). Sum of RGB (Red+Green+Blue) = 175+90+92=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5C is #50A5A3. Grayscale: #737373. Windows color (decimal): -5285284 or 6052527. OLE color: 6052527.

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

Color convert

RGB1759092-
CMYK00.490.470.31
HSL358.59º34.69%51.96%-
HSV(B)358.59º48.57%68.63%-
XYZ23.2717.212.22-
YUV115.64114.66170.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=49.02%
G=25.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175909200.490.470.31358.5934.6951.96
HexAF5A5C0312F1F1672334
Octal25713213406157375474364
Binary1010111110110101011100011000110111111111101100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A5C; }

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

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

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

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

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

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

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

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