Html Css Color HEX #AF545C Hippie Pink

📋 copy color: '#AF545C'

red 175 ◦ green 84 ◦ blue 92

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

Shades of Hippie Pink #AF545C

Tints of Hippie Pink #AF545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 49.86%
G = 23.93%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF545C (or 0xAF545C) is known color: Hippie Pink. HEX triplet: AF, 54 and 5C. RGB value is (175,84,92). Sum of RGB (Red+Green+Blue) = 175+84+92=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545C is #50ABA3. Grayscale: #707070. Windows color (decimal): -5286820 or 6050991. OLE color: 6050991.

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

Color convert

RGB 175 84 92 -
CMYK 0 0.52 0.47 0.31
HSL 354.73º 0.36% 0.51% -
HSV(B) 354.73º 0.52% 0.69% -
XYZ 22.78 16.23 12.06 -
YUV 112.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 175 84 92 0 0.52 0.47 0.31 354.73 0.36 0.51
Hex AF 54 5C 0 34 2F 1F 163 24 33
Octal 257 124 134 0 64 57 37 543 44 63
Binary 10101111 1010100 1011100 0 110100 101111 11111 101100011 100100 110011

Color Harmonies of #AF545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF545C

Black with #AF545C

Text Example


Text Example

White with #AF545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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