#AF4B54

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

Shades of Hippie Pink #AF4B54

Tints of Hippie Pink #AF4B54

Color information

#AF4B54 (or 0xAF4B54) is unknown color: approx Hippie Pink. HEX triplet: AF, 4B and 54. RGB value is (175,75,84). Sum of RGB (Red+Green+Blue) = 175+75+84=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B54 is #50B4AB. Grayscale: #696969. Windows color (decimal): -5289132 or 5524399. OLE color: 5524399.

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

Color convert

RGB1757584-
CMYK00.570.520.31
HSL354.6º40%49.02%-
HSV(B)354.6º57.14%68.63%-
XYZ21.814.7910.09-
YUV105.93115.63177.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=52.40%
G=22.46%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175758400.570.520.31354.64049.02
HexAF4B54039341F1632831
Octal25711312407164375435061
Binary1010111110010111010100011100111010011111101100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B54; }

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

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

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

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

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

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

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

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