Html Css Color HEX #AF525A Hippie Pink

📋 copy color: '#AF525A'

red 175 ◦ green 82 ◦ blue 90

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

Shades of Hippie Pink #AF525A

Tints of Hippie Pink #AF525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 50.43%
G = 23.63%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF525A (or 0xAF525A) is known color: Hippie Pink. HEX triplet: AF, 52 and 5A. RGB value is (175,82,90). Sum of RGB (Red+Green+Blue) = 175+82+90=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525A is #50ADA5. Grayscale: #6E6E6E. Windows color (decimal): -5287334 or 5919407. OLE color: 5919407.

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

Color convert

RGB 175 82 90 -
CMYK 0 0.53 0.49 0.31
HSL 354.84º 0.37% 0.5% -
HSV(B) 354.84º 0.53% 0.69% -
XYZ 22.54 15.89 11.55 -
YUV 110.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 175 82 90 0 0.53 0.49 0.31 354.84 0.37 0.5
Hex AF 52 5A 0 35 31 1F 163 25 32
Octal 257 122 132 0 65 61 37 543 45 62
Binary 10101111 1010010 1011010 0 110101 110001 11111 101100011 100101 110010

Color Harmonies of #AF525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF525A

Black with #AF525A

Text Example


Text Example

White with #AF525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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