Html Css Color HEX #AF555C Hippie Pink

📋 copy color: '#AF555C'

red 175 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #AF555C

Tints of Hippie Pink #AF555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 49.72%
G = 24.15%
B = 26.14%

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

#AF555C (or 0xAF555C) is known color: Hippie Pink. HEX triplet: AF, 55 and 5C. RGB value is (175,85,92). Sum of RGB (Red+Green+Blue) = 175+85+92=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555C is #50AAA3. Grayscale: #707070. Windows color (decimal): -5286564 or 6051247. OLE color: 6051247.

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

Color convert

RGB 175 85 92 -
CMYK 0 0.51 0.47 0.31
HSL 355.33º 0.36% 0.51% -
HSV(B) 355.33º 0.51% 0.69% -
XYZ 22.86 16.38 12.08 -
YUV 112.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 175 85 92 0 0.51 0.47 0.31 355.33 0.36 0.51
Hex AF 55 5C 0 33 2F 1F 163 24 33
Octal 257 125 134 0 63 57 37 543 44 63
Binary 10101111 1010101 1011100 0 110011 101111 11111 101100011 100100 110011

Color Harmonies of #AF555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF555C

Black with #AF555C

Text Example


Text Example

White with #AF555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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