Html Css Color HEX #AF5358 Hippie Pink

📋 copy color: '#AF5358'

red 175 ◦ green 83 ◦ blue 88

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

Shades of Hippie Pink #AF5358

Tints of Hippie Pink #AF5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 50.58%
G = 23.99%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF5358 (or 0xAF5358) is known color: Hippie Pink. HEX triplet: AF, 53 and 58. RGB value is (175,83,88). Sum of RGB (Red+Green+Blue) = 175+83+88=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5358 is #50ACA7. Grayscale: #6F6F6F. Windows color (decimal): -5287080 or 5788591. OLE color: 5788591.

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

Color convert

RGB 175 83 88 -
CMYK 0 0.53 0.50 0.31
HSL 356.74º 0.37% 0.51% -
HSV(B) 356.74º 0.53% 0.69% -
XYZ 22.53 16.01 11.13 -
YUV 111.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 175 83 88 0 0.53 0.50 0.31 356.74 0.37 0.51
Hex AF 53 58 0 35 32 1F 165 25 33
Octal 257 123 130 0 65 62 37 545 45 63
Binary 10101111 1010011 1011000 0 110101 110010 11111 101100101 100101 110011

Color Harmonies of #AF5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5358

Black with #AF5358

Text Example


Text Example

White with #AF5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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