Shades of Hippie Pink #AF545A
Tints of Hippie Pink #AF545A
RGB
CMYK
RGB Variations
Color information
#AF545A (or 0xAF545A) is known color: Hippie Pink. HEX triplet: AF, 54 and 5A. RGB value is (175,84,90). Sum of RGB (Red+Green+Blue) = 175+84+90=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545A is #50ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5286822 or 5919919. OLE color: 5919919.
HSL color Cylindrical-coordinate representation of color #AF545A: hue angle of 356.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF545A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 90 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.31 |
| HSL | 356.04º | 0.36% | 0.51% | - |
| HSV(B) | 356.04º | 0.52% | 0.69% | - |
| XYZ | 22.69 | 16.19 | 11.6 | - |
| YUV | 111.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 90 | 0 | 0.52 | 0.49 | 0.31 | 356.04 | 0.36 | 0.51 |
| Hex | AF | 54 | 5A | 0 | 34 | 31 | 1F | 164 | 24 | 33 |
| Octal | 257 | 124 | 132 | 0 | 64 | 61 | 37 | 544 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1011010 | 0 | 110100 | 110001 | 11111 | 101100100 | 100100 | 110011 |
Color Harmonies of #AF545A
Complementary color
Monochromatic Colors of #AF545A
Black with #AF545A
Text Example
Text Example
White with #AF545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF545A; }
p { color: rgb(175,84,90); }
H1.HeaderClassName
{
color: #AF545A;
}
.AnyTagClassName
{
color: #AF545A;
}
</style>
background-color css
<style>
a { background-color: #AF545A; }
a { background-color: rgb(175,84,90); }
div.DivClassName
{
background-color: #AF545A;
}
.BgClassName
{
background-color: #AF545A;
}
</style>
border-color css
<style>
span { border-color: #AF545A; }
span { border-color: rgb(175,84,90); }
td.TdClassName
{
border-color: #AF545A;
}
.TagClassName
{
border-color: #AF545A;
}
</style>