Html Css Color HEX #AF4F54 Hippie Pink

📋 copy color: '#AF4F54'

red 175 ◦ green 79 ◦ blue 84

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

Shades of Hippie Pink #AF4F54

Tints of Hippie Pink #AF4F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 51.78%
G = 23.37%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF4F54 (or 0xAF4F54) is known color: Hippie Pink. HEX triplet: AF, 4F and 54. RGB value is (175,79,84). Sum of RGB (Red+Green+Blue) = 175+79+84=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F54 is #50B0AB. Grayscale: #6C6C6C. Windows color (decimal): -5288108 or 5525423. OLE color: 5525423.

HSL color Cylindrical-coordinate representation of color #AF4F54: hue angle of 356.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F54 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 84 -
CMYK 0 0.55 0.52 0.31
HSL 356.88º 0.38% 0.5% -
HSV(B) 356.88º 0.55% 0.69% -
XYZ 22.08 15.35 10.19 -
YUV 108.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 175 79 84 0 0.55 0.52 0.31 356.88 0.38 0.5
Hex AF 4F 54 0 37 34 1F 165 26 32
Octal 257 117 124 0 67 64 37 545 46 62
Binary 10101111 1001111 1010100 0 110111 110100 11111 101100101 100110 110010

Color Harmonies of #AF4F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F54

Black with #AF4F54

Text Example


Text Example

White with #AF4F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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