Html Css Color HEX #AF525F Hippie Pink

📋 copy color: '#AF525F'

red 175 ◦ green 82 ◦ blue 95

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

Shades of Hippie Pink #AF525F

Tints of Hippie Pink #AF525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 49.72%
G = 23.3%
B = 26.99%

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

#AF525F (or 0xAF525F) is known color: Hippie Pink. HEX triplet: AF, 52 and 5F. RGB value is (175,82,95). Sum of RGB (Red+Green+Blue) = 175+82+95=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525F is #50ADA0. Grayscale: #6F6F6F. Windows color (decimal): -5287329 or 6247087. OLE color: 6247087.

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

Color convert

RGB 175 82 95 -
CMYK 0 0.53 0.46 0.31
HSL 351.61º 0.37% 0.5% -
HSV(B) 351.61º 0.53% 0.69% -
XYZ 22.76 15.97 12.71 -
YUV 111.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 175 82 95 0 0.53 0.46 0.31 351.61 0.37 0.5
Hex AF 52 5F 0 35 2E 1F 160 25 32
Octal 257 122 137 0 65 56 37 540 45 62
Binary 10101111 1010010 1011111 0 110101 101110 11111 101100000 100101 110010

Color Harmonies of #AF525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF525F

Black with #AF525F

Text Example


Text Example

White with #AF525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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