Html Css Color HEX #AF4546 Hippie Pink

📋 copy color: '#AF4546'

red 175 ◦ green 69 ◦ blue 70

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

Shades of Hippie Pink #AF4546

Tints of Hippie Pink #AF4546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 55.73%
G = 21.97%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF4546 (or 0xAF4546) is known color: Hippie Pink. HEX triplet: AF, 45 and 46. RGB value is (175,69,70). Sum of RGB (Red+Green+Blue) = 175+69+70=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4546 is #50BAB9. Grayscale: #646464. Windows color (decimal): -5290682 or 4605359. OLE color: 4605359.

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

Color convert

RGB 175 69 70 -
CMYK 0 0.61 0.60 0.31
HSL 359.43º 0.43% 0.48% -
HSV(B) 359.43º 0.61% 0.69% -
XYZ 20.91 13.81 7.36 -
YUV 100.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 175 69 70 0 0.61 0.60 0.31 359.43 0.43 0.48
Hex AF 45 46 0 3D 3C 1F 167 2B 30
Octal 257 105 106 0 75 74 37 547 53 60
Binary 10101111 1000101 1000110 0 111101 111100 11111 101100111 101011 110000

Color Harmonies of #AF4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4546

Black with #AF4546

Text Example


Text Example

White with #AF4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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