#AF585A

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

Shades of Hippie Pink #AF585A

Tints of Hippie Pink #AF585A

Color information

#AF585A (or 0xAF585A) is unknown color: approx Hippie Pink. HEX triplet: AF, 58 and 5A. RGB value is (175,88,90). Sum of RGB (Red+Green+Blue) = 175+88+90=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585A is #50A7A5. Grayscale: #727272. Windows color (decimal): -5285798 or 5920943. OLE color: 5920943.

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

Color convert

RGB1758890-
CMYK00.500.490.31
HSL358.62º35.22%51.57%-
HSV(B)358.62º49.71%68.63%-
XYZ23.0116.8311.71-
YUV114.24114.32171.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=49.58%
G=24.93%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175889000.500.490.31358.6235.2251.57
HexAF585A032311F1672334
Octal25713013206261375474364
Binary1010111110110001011010011001011000111111101100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF585A; }

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

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

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

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

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

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

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

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