Html Css Color HEX #AF555A Hippie Pink

📋 copy color: '#AF555A'

red 175 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #AF555A

Tints of Hippie Pink #AF555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 50%
G = 24.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF555A (or 0xAF555A) is known color: Hippie Pink. HEX triplet: AF, 55 and 5A. RGB value is (175,85,90). Sum of RGB (Red+Green+Blue) = 175+85+90=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555A is #50AAA5. Grayscale: #707070. Windows color (decimal): -5286566 or 5920175. OLE color: 5920175.

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

Color convert

RGB 175 85 90 -
CMYK 0 0.51 0.49 0.31
HSL 356.67º 0.36% 0.51% -
HSV(B) 356.67º 0.51% 0.69% -
XYZ 22.77 16.35 11.63 -
YUV 112.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 175 85 90 0 0.51 0.49 0.31 356.67 0.36 0.51
Hex AF 55 5A 0 33 31 1F 165 24 33
Octal 257 125 132 0 63 61 37 545 44 63
Binary 10101111 1010101 1011010 0 110011 110001 11111 101100101 100100 110011

Color Harmonies of #AF555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF555A

Black with #AF555A

Text Example


Text Example

White with #AF555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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