Html Css Color HEX #A54F57 Hippie Pink

📋 copy color: '#A54F57'

red 165 ◦ green 79 ◦ blue 87

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

Shades of Hippie Pink #A54F57

Tints of Hippie Pink #A54F57

RGB

 RED value IS 165 (64.84% from 255) = 49.85%

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 49.85%
G = 23.87%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A54F57 (or 0xA54F57) is known color: Hippie Pink. HEX triplet: A5, 4F and 57. RGB value is (165,79,87). Sum of RGB (Red+Green+Blue) = 165+79+87=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F57 is #5AB0A8. Grayscale: #696969. Windows color (decimal): -5943465 or 5722021. OLE color: 5722021.

HSL color Cylindrical-coordinate representation of color #A54F57: hue angle of 354.42º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F57 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 79 87 -
CMYK 0 0.52 0.47 0.35
HSL 354.42º 0.35% 0.48% -
HSV(B) 354.42º 0.52% 0.65% -
XYZ 20.03 14.28 10.72 -
YUV 105.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 165 79 87 0 0.52 0.47 0.35 354.42 0.35 0.48
Hex A5 4F 57 0 34 2F 23 162 23 30
Octal 245 117 127 0 64 57 43 542 43 60
Binary 10100101 1001111 1010111 0 110100 101111 100011 101100010 100011 110000

Color Harmonies of #A54F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F57

Black with #A54F57

Text Example


Text Example

White with #A54F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F57; }

 p { color: rgb(165,79,87); }

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

background-color css

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

 a { background-color: rgb(165,79,87); }

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

border-color css

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

 span { border-color: rgb(165,79,87); }

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