Html Css Color HEX #AF595C Hippie Pink

📋 copy color: '#AF595C'

red 175 ◦ green 89 ◦ blue 92

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

Shades of Hippie Pink #AF595C

Tints of Hippie Pink #AF595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 49.16%
G = 25%
B = 25.84%

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

#AF595C (or 0xAF595C) is known color: Hippie Pink. HEX triplet: AF, 59 and 5C. RGB value is (175,89,92). Sum of RGB (Red+Green+Blue) = 175+89+92=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF595C is #50A6A3. Grayscale: #737373. Windows color (decimal): -5285540 or 6052271. OLE color: 6052271.

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

Color convert

RGB 175 89 92 -
CMYK 0 0.49 0.47 0.31
HSL 357.91º 0.35% 0.52% -
HSV(B) 357.91º 0.49% 0.69% -
XYZ 23.18 17.03 12.19 -
YUV 115.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 175 89 92 0 0.49 0.47 0.31 357.91 0.35 0.52
Hex AF 59 5C 0 31 2F 1F 166 23 34
Octal 257 131 134 0 61 57 37 546 43 64
Binary 10101111 1011001 1011100 0 110001 101111 11111 101100110 100011 110100

Color Harmonies of #AF595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF595C

Black with #AF595C

Text Example


Text Example

White with #AF595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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