Html Css Color HEX #AF585A Hippie Pink

📋 copy color: '#AF585A'

red 175 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #AF585A

Tints of Hippie Pink #AF585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 49.58%
G = 24.93%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF585A (or 0xAF585A) is known color: Hippie Pink. HEX triplet: AF, 58 and 5A. RGB value is (175,88,90). Sum of RGB (Red+Green+Blue) = 175+88+90=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF585A is #50A7A5. Grayscale: #727272. Windows color (decimal): -5285798 or 5920943. OLE color: 5920943.

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

Color convert

RGB 175 88 90 -
CMYK 0 0.50 0.49 0.31
HSL 358.62º 0.35% 0.52% -
HSV(B) 358.62º 0.5% 0.69% -
XYZ 23.01 16.83 11.71 -
YUV 114.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 175 88 90 0 0.50 0.49 0.31 358.62 0.35 0.52
Hex AF 58 5A 0 32 31 1F 167 23 34
Octal 257 130 132 0 62 61 37 547 43 64
Binary 10101111 1011000 1011010 0 110010 110001 11111 101100111 100011 110100

Color Harmonies of #AF585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF585A

Black with #AF585A

Text Example


Text Example

White with #AF585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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