Html Css Color HEX #AF535F Hippie Pink

📋 copy color: '#AF535F'

red 175 ◦ green 83 ◦ blue 95

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

Shades of Hippie Pink #AF535F

Tints of Hippie Pink #AF535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 49.58%
G = 23.51%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF535F (or 0xAF535F) is known color: Hippie Pink. HEX triplet: AF, 53 and 5F. RGB value is (175,83,95). Sum of RGB (Red+Green+Blue) = 175+83+95=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535F is #50ACA0. Grayscale: #6F6F6F. Windows color (decimal): -5287073 or 6247343. OLE color: 6247343.

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

Color convert

RGB 175 83 95 -
CMYK 0 0.53 0.46 0.31
HSL 352.17º 0.37% 0.51% -
HSV(B) 352.17º 0.53% 0.69% -
XYZ 22.84 16.13 12.74 -
YUV 111.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 175 83 95 0 0.53 0.46 0.31 352.17 0.37 0.51
Hex AF 53 5F 0 35 2E 1F 160 25 33
Octal 257 123 137 0 65 56 37 540 45 63
Binary 10101111 1010011 1011111 0 110101 101110 11111 101100000 100101 110011

Color Harmonies of #AF535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF535F

Black with #AF535F

Text Example


Text Example

White with #AF535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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