Html Css Color HEX #AF424D Hippie Pink

📋 copy color: '#AF424D'

red 175 ◦ green 66 ◦ blue 77

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

Shades of Hippie Pink #AF424D

Tints of Hippie Pink #AF424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 55.03%
G = 20.75%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF424D (or 0xAF424D) is known color: Hippie Pink. HEX triplet: AF, 42 and 4D. RGB value is (175,66,77). Sum of RGB (Red+Green+Blue) = 175+66+77=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF424D is #50BDB2. Grayscale: #636363. Windows color (decimal): -5291443 or 5063343. OLE color: 5063343.

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

Color convert

RGB 175 66 77 -
CMYK 0 0.62 0.56 0.31
HSL 353.94º 0.45% 0.47% -
HSV(B) 353.94º 0.62% 0.69% -
XYZ 20.97 13.55 8.53 -
YUV 99.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 175 66 77 0 0.62 0.56 0.31 353.94 0.45 0.47
Hex AF 42 4D 0 3E 38 1F 162 2D 2F
Octal 257 102 115 0 76 70 37 542 55 57
Binary 10101111 1000010 1001101 0 111110 111000 11111 101100010 101101 101111

Color Harmonies of #AF424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF424D

Black with #AF424D

Text Example


Text Example

White with #AF424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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