Shades of Hippie Pink #AF535A
Tints of Hippie Pink #AF535A
RGB
CMYK
RGB Variations
Color information
#AF535A (or 0xAF535A) is known color: Hippie Pink. HEX triplet: AF, 53 and 5A. RGB value is (175,83,90). Sum of RGB (Red+Green+Blue) = 175+83+90=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535A is #50ACA5. Grayscale: #6F6F6F. Windows color (decimal): -5287078 or 5919663. OLE color: 5919663.
HSL color Cylindrical-coordinate representation of color #AF535A: hue angle of 355.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF535A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 90 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.31 |
| HSL | 355.43º | 0.37% | 0.51% | - |
| HSV(B) | 355.43º | 0.53% | 0.69% | - |
| XYZ | 22.62 | 16.04 | 11.58 | - |
| YUV | 111.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 90 | 0 | 0.53 | 0.49 | 0.31 | 355.43 | 0.37 | 0.51 |
| Hex | AF | 53 | 5A | 0 | 35 | 31 | 1F | 163 | 25 | 33 |
| Octal | 257 | 123 | 132 | 0 | 65 | 61 | 37 | 543 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1011010 | 0 | 110101 | 110001 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #AF535A
Complementary color
Monochromatic Colors of #AF535A
Black with #AF535A
Text Example
Text Example
White with #AF535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF535A; }
p { color: rgb(175,83,90); }
H1.HeaderClassName
{
color: #AF535A;
}
.AnyTagClassName
{
color: #AF535A;
}
</style>
background-color css
<style>
a { background-color: #AF535A; }
a { background-color: rgb(175,83,90); }
div.DivClassName
{
background-color: #AF535A;
}
.BgClassName
{
background-color: #AF535A;
}
</style>
border-color css
<style>
span { border-color: #AF535A; }
span { border-color: rgb(175,83,90); }
td.TdClassName
{
border-color: #AF535A;
}
.TagClassName
{
border-color: #AF535A;
}
</style>