Html Css Color HEX #AF5456 Hippie Pink

📋 copy color: '#AF5456'

red 175 ◦ green 84 ◦ blue 86

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

Shades of Hippie Pink #AF5456

Tints of Hippie Pink #AF5456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 50.72%
G = 24.35%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF5456 (or 0xAF5456) is known color: Hippie Pink. HEX triplet: AF, 54 and 56. RGB value is (175,84,86). Sum of RGB (Red+Green+Blue) = 175+84+86=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5456 is #50ABA9. Grayscale: #6F6F6F. Windows color (decimal): -5286826 or 5657775. OLE color: 5657775.

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

Color convert

RGB 175 84 86 -
CMYK 0 0.52 0.51 0.31
HSL 358.68º 0.36% 0.51% -
HSV(B) 358.68º 0.52% 0.69% -
XYZ 22.53 16.13 10.73 -
YUV 111.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 175 84 86 0 0.52 0.51 0.31 358.68 0.36 0.51
Hex AF 54 56 0 34 33 1F 167 24 33
Octal 257 124 126 0 64 63 37 547 44 63
Binary 10101111 1010100 1010110 0 110100 110011 11111 101100111 100100 110011

Color Harmonies of #AF5456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5456

Black with #AF5456

Text Example


Text Example

White with #AF5456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5456; }

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

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

background-color css

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

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

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

border-color css

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

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

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