Html Css Color HEX #AF5053 Hippie Pink

📋 copy color: '#AF5053'

red 175 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #AF5053

Tints of Hippie Pink #AF5053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 51.78%
G = 23.67%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5053 (or 0xAF5053) is known color: Hippie Pink. HEX triplet: AF, 50 and 53. RGB value is (175,80,83). Sum of RGB (Red+Green+Blue) = 175+80+83=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5053 is #50AFAC. Grayscale: #6C6C6C. Windows color (decimal): -5287853 or 5460143. OLE color: 5460143.

HSL color Cylindrical-coordinate representation of color #AF5053: hue angle of 358.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5053 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 83 -
CMYK 0 0.54 0.53 0.31
HSL 358.11º 0.37% 0.5% -
HSV(B) 358.11º 0.54% 0.69% -
XYZ 22.11 15.48 10.01 -
YUV 108.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 175 80 83 0 0.54 0.53 0.31 358.11 0.37 0.5
Hex AF 50 53 0 36 35 1F 166 25 32
Octal 257 120 123 0 66 65 37 546 45 62
Binary 10101111 1010000 1010011 0 110110 110101 11111 101100110 100101 110010

Color Harmonies of #AF5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5053

Black with #AF5053

Text Example


Text Example

White with #AF5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5053; }

 p { color: rgb(175,80,83); }

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

background-color css

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

 a { background-color: rgb(175,80,83); }

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

border-color css

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

 span { border-color: rgb(175,80,83); }

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