Html Css Color HEX #AF4D4F Hippie Pink

📋 copy color: '#AF4D4F'

red 175 ◦ green 77 ◦ blue 79

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

Shades of Hippie Pink #AF4D4F

Tints of Hippie Pink #AF4D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 52.87%
G = 23.26%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF4D4F (or 0xAF4D4F) is known color: Hippie Pink. HEX triplet: AF, 4D and 4F. RGB value is (175,77,79). Sum of RGB (Red+Green+Blue) = 175+77+79=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D4F is #50B2B0. Grayscale: #6A6A6A. Windows color (decimal): -5288625 or 5197231. OLE color: 5197231.

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

Color convert

RGB 175 77 79 -
CMYK 0 0.56 0.55 0.31
HSL 358.78º 0.39% 0.49% -
HSV(B) 358.78º 0.56% 0.69% -
XYZ 21.74 14.99 9.14 -
YUV 106.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 175 77 79 0 0.56 0.55 0.31 358.78 0.39 0.49
Hex AF 4D 4F 0 38 37 1F 167 27 31
Octal 257 115 117 0 70 67 37 547 47 61
Binary 10101111 1001101 1001111 0 111000 110111 11111 101100111 100111 110001

Color Harmonies of #AF4D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D4F

Black with #AF4D4F

Text Example


Text Example

White with #AF4D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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