Html Css Color HEX #AF515A Hippie Pink

📋 copy color: '#AF515A'

red 175 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #AF515A

Tints of Hippie Pink #AF515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 50.58%
G = 23.41%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF515A (or 0xAF515A) is known color: Hippie Pink. HEX triplet: AF, 51 and 5A. RGB value is (175,81,90). Sum of RGB (Red+Green+Blue) = 175+81+90=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF515A is #50AEA5. Grayscale: #6E6E6E. Windows color (decimal): -5287590 or 5919151. OLE color: 5919151.

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

Color convert

RGB 175 81 90 -
CMYK 0 0.54 0.49 0.31
HSL 354.26º 0.37% 0.5% -
HSV(B) 354.26º 0.54% 0.69% -
XYZ 22.47 15.74 11.53 -
YUV 110.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 175 81 90 0 0.54 0.49 0.31 354.26 0.37 0.5
Hex AF 51 5A 0 36 31 1F 162 25 32
Octal 257 121 132 0 66 61 37 542 45 62
Binary 10101111 1010001 1011010 0 110110 110001 11111 101100010 100101 110010

Color Harmonies of #AF515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF515A

Black with #AF515A

Text Example


Text Example

White with #AF515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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