Html Css Color HEX #AF4454 Hippie Pink

📋 copy color: '#AF4454'

red 175 ◦ green 68 ◦ blue 84

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

Shades of Hippie Pink #AF4454

Tints of Hippie Pink #AF4454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.69%

R = 53.52%
G = 20.8%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF4454 (or 0xAF4454) is known color: Hippie Pink. HEX triplet: AF, 44 and 54. RGB value is (175,68,84). Sum of RGB (Red+Green+Blue) = 175+68+84=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4454 is #50BBAB. Grayscale: #656565. Windows color (decimal): -5290924 or 5522607. OLE color: 5522607.

HSL color Cylindrical-coordinate representation of color #AF4454: hue angle of 351.03º 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 #AF4454 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 84 -
CMYK 0 0.61 0.52 0.31
HSL 351.03º 0.44% 0.48% -
HSV(B) 351.03º 0.61% 0.69% -
XYZ 21.35 13.89 9.94 -
YUV 101.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 175 68 84 0 0.61 0.52 0.31 351.03 0.44 0.48
Hex AF 44 54 0 3D 34 1F 15F 2C 30
Octal 257 104 124 0 75 64 37 537 54 60
Binary 10101111 1000100 1010100 0 111101 110100 11111 101011111 101100 110000

Color Harmonies of #AF4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4454

Black with #AF4454

Text Example


Text Example

White with #AF4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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