Html Css Color HEX #AF454F Hippie Pink

📋 copy color: '#AF454F'

red 175 ◦ green 69 ◦ blue 79

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

Shades of Hippie Pink #AF454F

Tints of Hippie Pink #AF454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 54.18%
G = 21.36%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF454F (or 0xAF454F) is known color: Hippie Pink. HEX triplet: AF, 45 and 4F. RGB value is (175,69,79). Sum of RGB (Red+Green+Blue) = 175+69+79=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF454F is #50BAB0. Grayscale: #656565. Windows color (decimal): -5290673 or 5195183. OLE color: 5195183.

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

Color convert

RGB 175 69 79 -
CMYK 0 0.61 0.55 0.31
HSL 354.34º 0.43% 0.48% -
HSV(B) 354.34º 0.61% 0.69% -
XYZ 21.22 13.93 8.97 -
YUV 101.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 175 69 79 0 0.61 0.55 0.31 354.34 0.43 0.48
Hex AF 45 4F 0 3D 37 1F 162 2B 30
Octal 257 105 117 0 75 67 37 542 53 60
Binary 10101111 1000101 1001111 0 111101 110111 11111 101100010 101011 110000

Color Harmonies of #AF454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF454F

Black with #AF454F

Text Example


Text Example

White with #AF454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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