Html Css Color HEX #AF595A Hippie Pink

📋 copy color: '#AF595A'

red 175 ◦ green 89 ◦ blue 90

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

Shades of Hippie Pink #AF595A

Tints of Hippie Pink #AF595A

RGB

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

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

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

R = 49.44%
G = 25.14%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF595A (or 0xAF595A) is known color: Hippie Pink. HEX triplet: AF, 59 and 5A. RGB value is (175,89,90). Sum of RGB (Red+Green+Blue) = 175+89+90=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF595A is #50A6A5. Grayscale: #727272. Windows color (decimal): -5285542 or 5921199. OLE color: 5921199.

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

Color convert

RGB 175 89 90 -
CMYK 0 0.49 0.49 0.31
HSL 359.3º 0.35% 0.52% -
HSV(B) 359.3º 0.49% 0.69% -
XYZ 23.1 17 11.74 -
YUV 114.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 175 89 90 0 0.49 0.49 0.31 359.3 0.35 0.52
Hex AF 59 5A 0 31 31 1F 167 23 34
Octal 257 131 132 0 61 61 37 547 43 64
Binary 10101111 1011001 1011010 0 110001 110001 11111 101100111 100011 110100

Color Harmonies of #AF595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF595A

Black with #AF595A

Text Example


Text Example

White with #AF595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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