Html Css Color HEX #AF555E Hippie Pink

📋 copy color: '#AF555E'

red 175 ◦ green 85 ◦ blue 94

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

Shades of Hippie Pink #AF555E

Tints of Hippie Pink #AF555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 49.44%
G = 24.01%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF555E (or 0xAF555E) is known color: Hippie Pink. HEX triplet: AF, 55 and 5E. RGB value is (175,85,94). Sum of RGB (Red+Green+Blue) = 175+85+94=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555E is #50AAA1. Grayscale: #707070. Windows color (decimal): -5286562 or 6182319. OLE color: 6182319.

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

Color convert

RGB 175 85 94 -
CMYK 0 0.51 0.46 0.31
HSL 354º 0.36% 0.51% -
HSV(B) 354º 0.51% 0.69% -
XYZ 22.95 16.42 12.55 -
YUV 112.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 175 85 94 0 0.51 0.46 0.31 354 0.36 0.51
Hex AF 55 5E 0 33 2E 1F 162 24 33
Octal 257 125 136 0 63 56 37 542 44 63
Binary 10101111 1010101 1011110 0 110011 101110 11111 101100010 100100 110011

Color Harmonies of #AF555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF555E

Black with #AF555E

Text Example


Text Example

White with #AF555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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