Html Css Color HEX #AF5458 Hippie Pink

📋 copy color: '#AF5458'

red 175 ◦ green 84 ◦ blue 88

#AF5458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AF5458

Tints of Hippie Pink #AF5458

RGB

 RED value IS 175 (68.75% from 255) = 50.43%

 GREEN value IS 84 (33.2% from 255) = 24.21%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 50.43%
G = 24.21%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF5458 (or 0xAF5458) is known color: Hippie Pink. HEX triplet: AF, 54 and 58. RGB value is (175,84,88). Sum of RGB (Red+Green+Blue) = 175+84+88=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5458 is #50ABA7. Grayscale: #6F6F6F. Windows color (decimal): -5286824 or 5788847. OLE color: 5788847.

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

Color convert

RGB 175 84 88 -
CMYK 0 0.52 0.50 0.31
HSL 357.36º 0.36% 0.51% -
HSV(B) 357.36º 0.52% 0.69% -
XYZ 22.61 16.16 11.16 -
YUV 111.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 175 84 88 0 0.52 0.50 0.31 357.36 0.36 0.51
Hex AF 54 58 0 34 32 1F 165 24 33
Octal 257 124 130 0 64 62 37 545 44 63
Binary 10101111 1010100 1011000 0 110100 110010 11111 101100101 100100 110011

Color Harmonies of #AF5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5458

Black with #AF5458

Text Example


Text Example

White with #AF5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5458; }

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

 H1.HeaderClassName
 {
   color: #AF5458;
 }
 .AnyTagClassName
 {
   color: #AF5458;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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