Html Css Color HEX #AF4748 Hippie Pink

📋 copy color: '#AF4748'

red 175 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #AF4748

Tints of Hippie Pink #AF4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

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

R = 55.03%
G = 22.33%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF4748 (or 0xAF4748) is known color: Hippie Pink. HEX triplet: AF, 47 and 48. RGB value is (175,71,72). Sum of RGB (Red+Green+Blue) = 175+71+72=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4748 is #50B8B7. Grayscale: #666666. Windows color (decimal): -5290168 or 4736943. OLE color: 4736943.

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

Color convert

RGB 175 71 72 -
CMYK 0 0.59 0.59 0.31
HSL 359.42º 0.42% 0.48% -
HSV(B) 359.42º 0.59% 0.69% -
XYZ 21.1 14.09 7.74 -
YUV 102.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 175 71 72 0 0.59 0.59 0.31 359.42 0.42 0.48
Hex AF 47 48 0 3B 3B 1F 167 2A 30
Octal 257 107 110 0 73 73 37 547 52 60
Binary 10101111 1000111 1001000 0 111011 111011 11111 101100111 101010 110000

Color Harmonies of #AF4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4748

Black with #AF4748

Text Example


Text Example

White with #AF4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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