Html Css Color HEX #AF444A Hippie Pink

📋 copy color: '#AF444A'

red 175 ◦ green 68 ◦ blue 74

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

Shades of Hippie Pink #AF444A

Tints of Hippie Pink #AF444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 55.21%
G = 21.45%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF444A (or 0xAF444A) is known color: Hippie Pink. HEX triplet: AF, 44 and 4A. RGB value is (175,68,74). Sum of RGB (Red+Green+Blue) = 175+68+74=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF444A is #50BBB5. Grayscale: #646464. Windows color (decimal): -5290934 or 4867247. OLE color: 4867247.

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

Color convert

RGB 175 68 74 -
CMYK 0 0.61 0.58 0.31
HSL 356.64º 0.44% 0.48% -
HSV(B) 356.64º 0.61% 0.69% -
XYZ 20.98 13.74 8.03 -
YUV 100.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 175 68 74 0 0.61 0.58 0.31 356.64 0.44 0.48
Hex AF 44 4A 0 3D 3A 1F 165 2C 30
Octal 257 104 112 0 75 72 37 545 54 60
Binary 10101111 1000100 1001010 0 111101 111010 11111 101100101 101100 110000

Color Harmonies of #AF444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF444A

Black with #AF444A

Text Example


Text Example

White with #AF444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF444A; }

 p { color: rgb(175,68,74); }

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

background-color css

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

 a { background-color: rgb(175,68,74); }

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

border-color css

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

 span { border-color: rgb(175,68,74); }

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