#AF4B4D

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

Shades of Hippie Pink #AF4B4D

Tints of Hippie Pink #AF4B4D

Color information

#AF4B4D (or 0xAF4B4D) is unknown color: approx Hippie Pink. HEX triplet: AF, 4B and 4D. RGB value is (175,75,77). Sum of RGB (Red+Green+Blue) = 175+75+77=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B4D is #50B4B2. Grayscale: #696969. Windows color (decimal): -5289139 or 5065647. OLE color: 5065647.

HSL color Cylindrical-coordinate representation of color #AF4B4D: hue angle of 358.8º 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 #AF4B4D is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1757577-
CMYK00.570.560.31
HSL358.8º40%49.02%-
HSV(B)358.8º57.14%68.63%-
XYZ21.5314.688.72-
YUV105.13112.13177.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=53.52%
G=22.94%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175757700.570.560.31358.84049.02
HexAF4B4D039381F1672831
Octal25711311507170375475061
Binary1010111110010111001101011100111100011111101100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B4D; }

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

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

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

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

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

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

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

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