Html Css Color HEX #AF454C Hippie Pink

📋 copy color: '#AF454C'

red 175 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #AF454C

Tints of Hippie Pink #AF454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 54.69%
G = 21.56%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF454C (or 0xAF454C) is known color: Hippie Pink. HEX triplet: AF, 45 and 4C. RGB value is (175,69,76). Sum of RGB (Red+Green+Blue) = 175+69+76=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF454C is #50BAB3. Grayscale: #656565. Windows color (decimal): -5290676 or 4998575. OLE color: 4998575.

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

Color convert

RGB 175 69 76 -
CMYK 0 0.61 0.57 0.31
HSL 356.04º 0.43% 0.48% -
HSV(B) 356.04º 0.61% 0.69% -
XYZ 21.11 13.89 8.41 -
YUV 101.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 175 69 76 0 0.61 0.57 0.31 356.04 0.43 0.48
Hex AF 45 4C 0 3D 39 1F 164 2B 30
Octal 257 105 114 0 75 71 37 544 53 60
Binary 10101111 1000101 1001100 0 111101 111001 11111 101100100 101011 110000

Color Harmonies of #AF454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF454C

Black with #AF454C

Text Example


Text Example

White with #AF454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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