Html Css Color HEX #AF525D Hippie Pink

📋 copy color: '#AF525D'

red 175 ◦ green 82 ◦ blue 93

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

Shades of Hippie Pink #AF525D

Tints of Hippie Pink #AF525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 50%
G = 23.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF525D (or 0xAF525D) is known color: Hippie Pink. HEX triplet: AF, 52 and 5D. RGB value is (175,82,93). Sum of RGB (Red+Green+Blue) = 175+82+93=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525D is #50ADA2. Grayscale: #6F6F6F. Windows color (decimal): -5287331 or 6116015. OLE color: 6116015.

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

Color convert

RGB 175 82 93 -
CMYK 0 0.53 0.47 0.31
HSL 352.9º 0.37% 0.5% -
HSV(B) 352.9º 0.53% 0.69% -
XYZ 22.67 15.94 12.24 -
YUV 111.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 175 82 93 0 0.53 0.47 0.31 352.9 0.37 0.5
Hex AF 52 5D 0 35 2F 1F 161 25 32
Octal 257 122 135 0 65 57 37 541 45 62
Binary 10101111 1010010 1011101 0 110101 101111 11111 101100001 100101 110010

Color Harmonies of #AF525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF525D

Black with #AF525D

Text Example


Text Example

White with #AF525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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