Html Css Color HEX #AF555D Hippie Pink

📋 copy color: '#AF555D'

red 175 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #AF555D

Tints of Hippie Pink #AF555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 49.58%
G = 24.08%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF555D (or 0xAF555D) is known color: Hippie Pink. HEX triplet: AF, 55 and 5D. RGB value is (175,85,93). Sum of RGB (Red+Green+Blue) = 175+85+93=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555D is #50AAA2. Grayscale: #707070. Windows color (decimal): -5286563 or 6116783. OLE color: 6116783.

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

Color convert

RGB 175 85 93 -
CMYK 0 0.51 0.47 0.31
HSL 354.67º 0.36% 0.51% -
HSV(B) 354.67º 0.51% 0.69% -
XYZ 22.9 16.4 12.31 -
YUV 112.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 175 85 93 0 0.51 0.47 0.31 354.67 0.36 0.51
Hex AF 55 5D 0 33 2F 1F 163 24 33
Octal 257 125 135 0 63 57 37 543 44 63
Binary 10101111 1010101 1011101 0 110011 101111 11111 101100011 100100 110011

Color Harmonies of #AF555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF555D

Black with #AF555D

Text Example


Text Example

White with #AF555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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