Html Css Color HEX #AF595D Hippie Pink

📋 copy color: '#AF595D'

red 175 ◦ green 89 ◦ blue 93

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

Shades of Hippie Pink #AF595D

Tints of Hippie Pink #AF595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 49.02%
G = 24.93%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF595D (or 0xAF595D) is known color: Hippie Pink. HEX triplet: AF, 59 and 5D. RGB value is (175,89,93). Sum of RGB (Red+Green+Blue) = 175+89+93=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF595D is #50A6A2. Grayscale: #737373. Windows color (decimal): -5285539 or 6117807. OLE color: 6117807.

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

Color convert

RGB 175 89 93 -
CMYK 0 0.49 0.47 0.31
HSL 357.21º 0.35% 0.52% -
HSV(B) 357.21º 0.49% 0.69% -
XYZ 23.23 17.05 12.42 -
YUV 115.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 175 89 93 0 0.49 0.47 0.31 357.21 0.35 0.52
Hex AF 59 5D 0 31 2F 1F 165 23 34
Octal 257 131 135 0 61 57 37 545 43 64
Binary 10101111 1011001 1011101 0 110001 101111 11111 101100101 100011 110100

Color Harmonies of #AF595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF595D

Black with #AF595D

Text Example


Text Example

White with #AF595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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