Html Css Color HEX #AF4648 Hippie Pink

📋 copy color: '#AF4648'

red 175 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #AF4648

Tints of Hippie Pink #AF4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 72 (28.52% from 255) = 22.71%

R = 55.21%
G = 22.08%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4648 (or 0xAF4648) is known color: Hippie Pink. HEX triplet: AF, 46 and 48. RGB value is (175,70,72). Sum of RGB (Red+Green+Blue) = 175+70+72=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4648 is #50B9B7. Grayscale: #656565. Windows color (decimal): -5290424 or 4736687. OLE color: 4736687.

HSL color Cylindrical-coordinate representation of color #AF4648: hue angle of 358.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4648 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 72 -
CMYK 0 0.60 0.59 0.31
HSL 358.86º 0.43% 0.48% -
HSV(B) 358.86º 0.6% 0.69% -
XYZ 21.04 13.96 7.72 -
YUV 101.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 175 70 72 0 0.60 0.59 0.31 358.86 0.43 0.48
Hex AF 46 48 0 3C 3B 1F 167 2B 30
Octal 257 106 110 0 74 73 37 547 53 60
Binary 10101111 1000110 1001000 0 111100 111011 11111 101100111 101011 110000

Color Harmonies of #AF4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4648

Black with #AF4648

Text Example


Text Example

White with #AF4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4648; }

 p { color: rgb(175,70,72); }

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

background-color css

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

 a { background-color: rgb(175,70,72); }

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

border-color css

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

 span { border-color: rgb(175,70,72); }

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