Html Css Color HEX #AF5558 Hippie Pink

📋 copy color: '#AF5558'

red 175 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #AF5558

Tints of Hippie Pink #AF5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 50.29%
G = 24.43%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF5558 (or 0xAF5558) is known color: Hippie Pink. HEX triplet: AF, 55 and 58. RGB value is (175,85,88). Sum of RGB (Red+Green+Blue) = 175+85+88=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5558 is #50AAA7. Grayscale: #707070. Windows color (decimal): -5286568 or 5789103. OLE color: 5789103.

HSL color Cylindrical-coordinate representation of color #AF5558: hue angle of 358º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5558 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 88 -
CMYK 0 0.51 0.50 0.31
HSL 358º 0.36% 0.51% -
HSV(B) 358º 0.51% 0.69% -
XYZ 22.69 16.32 11.19 -
YUV 112.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 175 85 88 0 0.51 0.50 0.31 358 0.36 0.51
Hex AF 55 58 0 33 32 1F 166 24 33
Octal 257 125 130 0 63 62 37 546 44 63
Binary 10101111 1010101 1011000 0 110011 110010 11111 101100110 100100 110011

Color Harmonies of #AF5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5558

Black with #AF5558

Text Example


Text Example

White with #AF5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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