Html Css Color HEX #AF5A5B Hippie Pink

📋 copy color: '#AF5A5B'

red 175 ◦ green 90 ◦ blue 91

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

Shades of Hippie Pink #AF5A5B

Tints of Hippie Pink #AF5A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 49.16%
G = 25.28%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF5A5B (or 0xAF5A5B) is known color: Hippie Pink. HEX triplet: AF, 5A and 5B. RGB value is (175,90,91). Sum of RGB (Red+Green+Blue) = 175+90+91=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5B is #50A5A4. Grayscale: #737373. Windows color (decimal): -5285285 or 5986991. OLE color: 5986991.

HSL color Cylindrical-coordinate representation of color #AF5A5B: hue angle of 359.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A5B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 91 -
CMYK 0 0.49 0.48 0.31
HSL 359.29º 0.35% 0.52% -
HSV(B) 359.29º 0.49% 0.69% -
XYZ 23.22 17.18 11.99 -
YUV 115.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 175 90 91 0 0.49 0.48 0.31 359.29 0.35 0.52
Hex AF 5A 5B 0 31 30 1F 167 23 34
Octal 257 132 133 0 61 60 37 547 43 64
Binary 10101111 1011010 1011011 0 110001 110000 11111 101100111 100011 110100

Color Harmonies of #AF5A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A5B

Black with #AF5A5B

Text Example


Text Example

White with #AF5A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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